#0F216E

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

Shades of Sapphire #0F216E

Tints of Sapphire #0F216E

Color information

#0F216E (or 0x0F216E) is unknown color: approx Sapphire. HEX triplet: 0F, 21 and 6E. RGB value is (15,33,110). Sum of RGB (Red+Green+Blue) = 15+33+110=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 110 (43.36% from 255 or 69.62% from 158); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F216E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F216E is #F0DE91. Grayscale: #242424. Windows color (decimal): -15785618 or 7217423. OLE color: 7217423.

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

Color convert

RGB1533110-
CMYK0.860.700.57
HSL228.63º76%24.51%-
HSV(B)228.63º86.36%43.14%-
XYZ3.562.3215.01-
YUV36.4169.54112.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.49%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 110 (43.36% from 255) = 69.62%
R=9.49%
G=20.89%
B=69.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15331100.860.700.57228.637624.51
HexF216E5646039e54c19
Octal174115612610607134511431
Binary1111100001110111010101101000110011100111100101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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