#0F199B

Color #0F199B Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #0F199B

Tints of Ultramarine #0F199B

Color information

#0F199B (or 0x0F199B) is unknown color: approx Ultramarine. HEX triplet: 0F, 19 and 9B. RGB value is (15,25,155). Sum of RGB (Red+Green+Blue) = 15+25+155=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 155 (60.94% from 255 or 79.49% from 195); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F199B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F199B is #F0E664. Grayscale: #242424. Windows color (decimal): -15787621 or 10164495. OLE color: 10164495.

HSL color Cylindrical-coordinate representation of color #0F199B: hue angle of 235.71º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F199B is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1525155-
CMYK0.900.8400.39
HSL235.71º82.35%33.33%-
HSV(B)235.71º90.32%60.78%-
XYZ6.463.1631.28-
YUV36.83194.69112.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 7.69%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 155 (60.94% from 255) = 79.49%
R=7.69%
G=12.82%
B=79.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15251550.900.8400.39235.7182.3533.33
HexF199B5A54027ec5221
Octal173123313212404735412241
Binary11111100110011011101101010101000100111111011001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F199B; }

 p { color: rgb(15,25,155); }

 H1.HeaderClassName
 {
   color: #0F199B;
 }
 .AnyTagClassName
 {
   color: #0F199B;
 }
</style>
background-color css

<style>
 a { background-color: #0F199B; }

 a { background-color: rgb(15,25,155); }

 div.DivClassName
 {
   background-color: #0F199B;
 }
 .BgClassName
 {
   background-color: #0F199B;
 }
</style>
border-color css

<style>
 span { border-color: #0F199B; }

 span { border-color: rgb(15,25,155); }

 td.TdClassName
 {
   border-color: #0F199B;
 }
 .TagClassName
 {
   border-color: #0F199B;
 }
</style>