Html Css Color HEX #021370 Sapphire

📋 copy color: '#021370'

red 2 ◦ green 19 ◦ blue 112

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

Shades of Sapphire #021370

Tints of Sapphire #021370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 84.21%

R = 1.5%
G = 14.29%
B = 84.21%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021370 (or 0x021370) is known color: Sapphire. HEX triplet: 02, 13 and 70. RGB value is (2,19,112). Sum of RGB (Red+Green+Blue) = 2+19+112=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 112 (44.14% from 255 or 84.21% from 133); Max value from RGB is 112 - color contains mainly: blue. Hex color #021370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021370 is #FDEC8F. Grayscale: #181818. Windows color (decimal): -16641168 or 7344898. OLE color: 7344898.

HSL color Cylindrical-coordinate representation of color #021370: hue angle of 230.73º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021370 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 19 112 -
CMYK 0.98 0.83 0 0.56
HSL 230.73º 0.96% 0.22% -
HSV(B) 230.73º 0.98% 0.44% -
XYZ 3.18 1.65 15.48 -
YUV 24.52 177.37 111.94 -
System Red Green Blue C M Y K H S L
Decimal 2 19 112 0.98 0.83 0 0.56 230.73 0.96 0.22
Hex 2 13 70 62 53 0 38 E7 60 16
Octal 2 23 160 142 123 0 70 347 140 26
Binary 10 10011 1110000 1100010 1010011 0 111000 11100111 1100000 10110

Color Harmonies of #021370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021370

Black with #021370

Text Example


Text Example

White with #021370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021370; }

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

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

background-color css

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

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

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

border-color css

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

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

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