#0F1F6E

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

Shades of Sapphire #0F1F6E

Tints of Sapphire #0F1F6E

Color information

#0F1F6E (or 0x0F1F6E) is unknown color: approx Sapphire. HEX triplet: 0F, 1F and 6E. RGB value is (15,31,110). Sum of RGB (Red+Green+Blue) = 15+31+110=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 110 (43.36% from 255 or 70.51% from 156); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F1F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1F6E is #F0E091. Grayscale: #222222. Windows color (decimal): -15786130 or 7216911. OLE color: 7216911.

HSL color Cylindrical-coordinate representation of color #0F1F6E: hue angle of 229.89º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F1F6E is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1531110-
CMYK0.860.7200.57
HSL229.89º76%24.51%-
HSV(B)229.89º86.36%43.14%-
XYZ3.52.2114.99-
YUV35.22170.2113.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.62%
GREEN value IS 31 (12.5% from 255) = 19.87%
BLUE value IS 110 (43.36% from 255) = 70.51%
R=9.62%
G=19.87%
B=70.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15311100.860.7200.57229.897624.51
HexF1F6E5648039e64c19
Octal173715612611007134611431
Binary111111111110111010101101001000011100111100110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,31,110); }

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

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

 a { background-color: rgb(15,31,110); }

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

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

 span { border-color: rgb(15,31,110); }

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