#0f1c99

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

Shades of Ultramarine #0F1C99

Tints of Ultramarine #0F1C99

Color information

#0F1C99 (or 0x0F1C99) is unknown color: approx Ultramarine. HEX triplet: 0F, 1C and 99. RGB value is (15,28,153). Sum of RGB (Red+Green+Blue) = 15+28+153=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 153 (60.16% from 255 or 78.06% from 196); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F1C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1C99 is #F0E366. Grayscale: #252525. Windows color (decimal): -15786855 or 10034191. OLE color: 10034191.

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

Color convert

RGB1528153-
CMYK0.900.8200.4
HSL234.35º82.14%32.94%-
HSV(B)234.35º90.2%60%-
XYZ6.363.2330.43-
YUV38.36192.69111.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.65%
GREEN value IS 28 (11.33% from 255) = 14.29%
BLUE value IS 153 (60.16% from 255) = 78.06%
R=7.65%
G=14.29%
B=78.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15281530.900.8200.4234.3582.1432.94
HexF1C995A52028ea5221
Octal173423113212205035212241
Binary11111110010011001101101010100100101000111010101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f1c99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,28,153); }

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

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

 a { background-color: rgb(15,28,153); }

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

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

 span { border-color: rgb(15,28,153); }

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