#0F206E

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

Shades of Sapphire #0F206E

Tints of Sapphire #0F206E

Color information

#0F206E (or 0x0F206E) is unknown color: approx Sapphire. HEX triplet: 0F, 20 and 6E. RGB value is (15,32,110). Sum of RGB (Red+Green+Blue) = 15+32+110=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 110 (43.36% from 255 or 70.06% from 157); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F206E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F206E is #F0DF91. Grayscale: #232323. Windows color (decimal): -15785874 or 7217167. OLE color: 7217167.

HSL color Cylindrical-coordinate representation of color #0F206E: hue angle of 229.26º 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 #0F206E is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1532110-
CMYK0.860.7100.57
HSL229.26º76%24.51%-
HSV(B)229.26º86.36%43.14%-
XYZ3.532.2615-
YUV35.81169.87113.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.55%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 110 (43.36% from 255) = 70.06%
R=9.55%
G=20.38%
B=70.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15321100.860.7100.57229.267624.51
HexF206E5647039e54c19
Octal174015612610707134511431
Binary1111100000110111010101101000111011100111100101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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