Html Css Color HEX #022470 Sapphire

📋 copy color: '#022470'

red 2 ◦ green 36 ◦ blue 112

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

Shades of Sapphire #022470

Tints of Sapphire #022470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24%

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

R = 1.33%
G = 24%
B = 74.67%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#022470 (or 0x022470) is known color: Sapphire. HEX triplet: 02, 24 and 70. RGB value is (2,36,112). Sum of RGB (Red+Green+Blue) = 2+36+112=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 112 (44.14% from 255 or 74.67% from 150); Max value from RGB is 112 - color contains mainly: blue. Hex color #022470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022470 is #FDDB8F. Grayscale: #222222. Windows color (decimal): -16636816 or 7349250. OLE color: 7349250.

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

Color convert

RGB 2 36 112 -
CMYK 0.98 0.68 0 0.56
HSL 221.45º 0.96% 0.22% -
HSV(B) 221.45º 0.98% 0.44% -
XYZ 3.58 2.44 15.61 -
YUV 34.5 171.74 104.82 -
System Red Green Blue C M Y K H S L
Decimal 2 36 112 0.98 0.68 0 0.56 221.45 0.96 0.22
Hex 2 24 70 62 44 0 38 DD 60 16
Octal 2 44 160 142 104 0 70 335 140 26
Binary 10 100100 1110000 1100010 1000100 0 111000 11011101 1100000 10110

Color Harmonies of #022470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022470

Black with #022470

Text Example


Text Example

White with #022470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022470; }

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

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

background-color css

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

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

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

border-color css

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

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

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