#0F199C

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

Shades of Ultramarine #0F199C

Tints of Ultramarine #0F199C

Color information

#0F199C (or 0x0F199C) is unknown color: approx Ultramarine. HEX triplet: 0F, 19 and 9C. RGB value is (15,25,156). Sum of RGB (Red+Green+Blue) = 15+25+156=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 156 (61.33% from 255 or 79.59% from 196); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F199C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F199C is #F0E663. Grayscale: #242424. Windows color (decimal): -15787620 or 10230031. OLE color: 10230031.

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

Color convert

RGB1525156-
CMYK0.900.8400.39
HSL235.74º82.46%33.53%-
HSV(B)235.74º90.38%61.18%-
XYZ6.553.231.72-
YUV36.94195.19112.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.65%
GREEN value IS 25 (10.16% from 255) = 12.76%
BLUE value IS 156 (61.33% from 255) = 79.59%
R=7.65%
G=12.76%
B=79.59%

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
Decimal15251560.900.8400.39235.7482.4633.53
HexF199C5A54027ec5222
Octal173123413212404735412242
Binary11111100110011100101101010101000100111111011001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F199C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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