#02214B

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

Shades of Sapphire #02214B

Tints of Sapphire #02214B

Color information

#02214B (or 0x02214B) is unknown color: approx Sapphire. HEX triplet: 02, 21 and 4B. RGB value is (2,33,75). Sum of RGB (Red+Green+Blue) = 2+33+75=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 75 (29.69% from 255 or 68.18% from 110); Max value from RGB is 75 - color contains mainly: blue. Hex color #02214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02214B is #FDDEB4. Grayscale: #1C1C1C. Windows color (decimal): -16637621 or 4923650. OLE color: 4923650.

HSL color Cylindrical-coordinate representation of color #02214B: hue angle of 214.52º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02214B is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB23375-
CMYK0.970.5600.71
HSL214.52º94.81%15.1%-
HSV(B)214.52º97.33%29.41%-
XYZ1.841.616.87-
YUV28.52154.23109.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 75 (29.69% from 255) = 68.18%
R=1.82%
G=30%
B=68.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal233750.970.5600.71214.5294.8115.1
Hex2214B6138047d75ff
Octal24111314170010732713717
Binary1010000110010111100001111000010001111101011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02214B; }

 p { color: rgb(2,33,75); }

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

<style>
 a { background-color: #02214B; }

 a { background-color: rgb(2,33,75); }

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

<style>
 span { border-color: #02214B; }

 span { border-color: rgb(2,33,75); }

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