#0F1C4F

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

Shades of Sapphire #0F1C4F

Tints of Sapphire #0F1C4F

Color information

#0F1C4F (or 0x0F1C4F) is unknown color: approx Sapphire. HEX triplet: 0F, 1C and 4F. RGB value is (15,28,79). Sum of RGB (Red+Green+Blue) = 15+28+79=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 79 (31.25% from 255 or 64.75% from 122); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F1C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1C4F is #F0E3B0. Grayscale: #1D1D1D. Windows color (decimal): -15786929 or 5184527. OLE color: 5184527.

HSL color Cylindrical-coordinate representation of color #0F1C4F: hue angle of 227.81º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F1C4F is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB152879-
CMYK0.810.6500.69
HSL227.81º68.09%18.43%-
HSV(B)227.81º81.01%30.98%-
XYZ2.021.57.58-
YUV29.93155.69117.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.30%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 79 (31.25% from 255) = 64.75%
R=12.30%
G=22.95%
B=64.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1528790.810.6500.69227.8168.0918.43
HexF1C4F5141045e44412
Octal1734117121101010534410422
Binary1111111001001111101000110000010100010111100100100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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