Html Css Color HEX #021270 Sapphire

📋 copy color: '#021270'

red 2 ◦ green 18 ◦ blue 112

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

Shades of Sapphire #021270

Tints of Sapphire #021270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.64%

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

R = 1.52%
G = 13.64%
B = 84.85%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021270 (or 0x021270) is known color: Sapphire. HEX triplet: 02, 12 and 70. RGB value is (2,18,112). Sum of RGB (Red+Green+Blue) = 2+18+112=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 112 (44.14% from 255 or 84.85% from 132); Max value from RGB is 112 - color contains mainly: blue. Hex color #021270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021270 is #FDED8F. Grayscale: #171717. Windows color (decimal): -16641424 or 7344642. OLE color: 7344642.

HSL color Cylindrical-coordinate representation of color #021270: hue angle of 231.27º 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 #021270 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 18 112 -
CMYK 0.98 0.84 0 0.56
HSL 231.27º 0.96% 0.22% -
HSV(B) 231.27º 0.98% 0.44% -
XYZ 3.17 1.62 15.47 -
YUV 23.93 177.7 112.36 -
System Red Green Blue C M Y K H S L
Decimal 2 18 112 0.98 0.84 0 0.56 231.27 0.96 0.22
Hex 2 12 70 62 54 0 38 E7 60 16
Octal 2 22 160 142 124 0 70 347 140 26
Binary 10 10010 1110000 1100010 1010100 0 111000 11100111 1100000 10110

Color Harmonies of #021270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021270

Black with #021270

Text Example


Text Example

White with #021270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021270; }

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

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

background-color css

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

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

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

border-color css

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

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

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