Html Css Color HEX #02214E Sapphire

📋 copy color: '#02214E'

red 2 ◦ green 33 ◦ blue 78

#02214E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #02214E

Tints of Sapphire #02214E

RGB

 RED value IS 2 (1.17% from 255) = 1.77%

 GREEN value IS 33 (13.28% from 255) = 29.2%

 BLUE value IS 78 (30.86% from 255) = 69.03%

R = 1.77%
G = 29.2%
B = 69.03%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#02214E (or 0x02214E) is known color: 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

RGB 2 33 78 -
CMYK 0.97 0.58 0 0.69
HSL 215.53º 0.95% 0.16% -
HSV(B) 215.53º 0.97% 0.31% -
XYZ 1.94 1.65 7.42 -
YUV 28.86 155.73 108.84 -
System Red Green Blue C M Y K H S L
Decimal 2 33 78 0.97 0.58 0 0.69 215.53 0.95 0.16
Hex 2 21 4E 61 3A 0 45 D8 5F 10
Octal 2 41 116 141 72 0 105 330 137 20
Binary 10 100001 1001110 1100001 111010 0 1000101 11011000 1011111 10000

Color Harmonies of #02214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02214E

Black with #02214E

Text Example


Text Example

White with #02214E

Text Example


Text Example

HTML Codes & Css Web 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>