#0F1A55

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

Shades of Sapphire #0F1A55

Tints of Sapphire #0F1A55

Color information

#0F1A55 (or 0x0F1A55) is unknown color: approx Sapphire. HEX triplet: 0F, 1A and 55. RGB value is (15,26,85). Sum of RGB (Red+Green+Blue) = 15+26+85=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F1A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1A55 is #F0E5AA. Grayscale: #1D1D1D. Windows color (decimal): -15787435 or 5577231. OLE color: 5577231.

HSL color Cylindrical-coordinate representation of color #0F1A55: hue angle of 230.57º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F1A55 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB152685-
CMYK0.820.6900.67
HSL230.57º70%19.61%-
HSV(B)230.57º82.35%33.33%-
XYZ2.211.58.77-
YUV29.44159.36117.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.90%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 85 (33.59% from 255) = 67.46%
R=11.90%
G=20.63%
B=67.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1526850.820.6900.67230.577019.61
HexF1A555245043e74614
Octal1732125122105010334710624
Binary1111110101010101101001010001010100001111100111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,26,85); }

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

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

 a { background-color: rgb(15,26,85); }

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

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

 span { border-color: rgb(15,26,85); }

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