Html Css Color HEX #02164E Sapphire

📋 copy color: '#02164E'

red 2 ◦ green 22 ◦ blue 78

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

Shades of Sapphire #02164E

Tints of Sapphire #02164E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 21.57%

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

R = 1.96%
G = 21.57%
B = 76.47%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#02164E (or 0x02164E) is known color: Sapphire. HEX triplet: 02, 16 and 4E. RGB value is (2,22,78). Sum of RGB (Red+Green+Blue) = 2+22+78=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 78 (30.86% from 255 or 76.47% from 102); Max value from RGB is 78 - color contains mainly: blue. Hex color #02164E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02164E is #FDE9B1. Grayscale: #161616. Windows color (decimal): -16640434 or 5117442. OLE color: 5117442.

HSL color Cylindrical-coordinate representation of color #02164E: hue angle of 224.21º 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 #02164E is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 22 78 -
CMYK 0.97 0.72 0 0.69
HSL 224.21º 0.95% 0.16% -
HSV(B) 224.21º 0.97% 0.31% -
XYZ 1.69 1.14 7.34 -
YUV 22.4 159.37 113.45 -
System Red Green Blue C M Y K H S L
Decimal 2 22 78 0.97 0.72 0 0.69 224.21 0.95 0.16
Hex 2 16 4E 61 48 0 45 E0 5F 10
Octal 2 26 116 141 110 0 105 340 137 20
Binary 10 10110 1001110 1100001 1001000 0 1000101 11100000 1011111 10000

Color Harmonies of #02164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02164E

Black with #02164E

Text Example


Text Example

White with #02164E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02164E;
 }
 .AnyTagClassName
 {
   color: #02164E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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