Html Css Color HEX #021470 Sapphire

📋 copy color: '#021470'

red 2 ◦ green 20 ◦ blue 112

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

Shades of Sapphire #021470

Tints of Sapphire #021470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

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

R = 1.49%
G = 14.93%
B = 83.58%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021470 (or 0x021470) is known color: Sapphire. HEX triplet: 02, 14 and 70. RGB value is (2,20,112). Sum of RGB (Red+Green+Blue) = 2+20+112=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 112 (44.14% from 255 or 83.58% from 134); Max value from RGB is 112 - color contains mainly: blue. Hex color #021470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021470 is #FDEB8F. Grayscale: #181818. Windows color (decimal): -16640912 or 7345154. OLE color: 7345154.

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

Color convert

RGB 2 20 112 -
CMYK 0.98 0.82 0 0.56
HSL 230.18º 0.96% 0.22% -
HSV(B) 230.18º 0.98% 0.44% -
XYZ 3.2 1.68 15.49 -
YUV 25.11 177.04 111.52 -
System Red Green Blue C M Y K H S L
Decimal 2 20 112 0.98 0.82 0 0.56 230.18 0.96 0.22
Hex 2 14 70 62 52 0 38 E6 60 16
Octal 2 24 160 142 122 0 70 346 140 26
Binary 10 10100 1110000 1100010 1010010 0 111000 11100110 1100000 10110

Color Harmonies of #021470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021470

Black with #021470

Text Example


Text Example

White with #021470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021470; }

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

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

background-color css

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

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

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

border-color css

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

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

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