Html Css Color HEX #021372 Sapphire

📋 copy color: '#021372'

red 2 ◦ green 19 ◦ blue 114

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

Shades of Sapphire #021372

Tints of Sapphire #021372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.07%

 BLUE value IS 114 (44.92% from 255) = 84.44%

R = 1.48%
G = 14.07%
B = 84.44%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021372 (or 0x021372) is known color: Sapphire. HEX triplet: 02, 13 and 72. RGB value is (2,19,114). Sum of RGB (Red+Green+Blue) = 2+19+114=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 114 (44.92% from 255 or 84.44% from 135); Max value from RGB is 114 - color contains mainly: blue. Hex color #021372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021372 is #FDEC8D. Grayscale: #181818. Windows color (decimal): -16641166 or 7475970. OLE color: 7475970.

HSL color Cylindrical-coordinate representation of color #021372: hue angle of 230.89º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021372 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 19 114 -
CMYK 0.98 0.83 0 0.55
HSL 230.89º 0.97% 0.23% -
HSV(B) 230.89º 0.98% 0.45% -
XYZ 3.3 1.69 16.07 -
YUV 24.75 178.37 111.78 -
System Red Green Blue C M Y K H S L
Decimal 2 19 114 0.98 0.83 0 0.55 230.89 0.97 0.23
Hex 2 13 72 62 53 0 37 E7 61 17
Octal 2 23 162 142 123 0 67 347 141 27
Binary 10 10011 1110010 1100010 1010011 0 110111 11100111 1100001 10111

Color Harmonies of #021372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021372

Black with #021372

Text Example


Text Example

White with #021372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021372; }

 p { color: rgb(2,19,114); }

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

background-color css

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

 a { background-color: rgb(2,19,114); }

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

border-color css

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

 span { border-color: rgb(2,19,114); }

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