#02214E

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

Shades of Sapphire #02214E

Tints of Sapphire #02214E

Color information

#02214E (or 0x02214E) is unknown color: approx Sapphire. HEX triplet: 02, 21 and 4E. RGB value is (2,33,78). Sum of RGB (Red+Green+Blue) = 2+33+78=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 78 (30.86% from 255 or 69.03% from 113); Max value from RGB is 78 - color contains mainly: blue. Hex color #02214E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02214E is #FDDEB1. Grayscale: #1C1C1C. Windows color (decimal): -16637618 or 5120258. OLE color: 5120258.

HSL color Cylindrical-coordinate representation of color #02214E: hue angle of 215.53º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02214E is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB23378-
CMYK0.970.5800.69
HSL215.53º95%15.69%-
HSV(B)215.53º97.44%30.59%-
XYZ1.941.657.42-
YUV28.86155.73108.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 78 (30.86% from 255) = 69.03%
R=1.77%
G=29.20%
B=69.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal233780.970.5800.69215.539515.69
Hex2214E613A045d85f10
Octal24111614172010533013720
Binary10100001100111011000011110100100010111011000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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