Html Css Color HEX #022370 Sapphire

📋 copy color: '#022370'

red 2 ◦ green 35 ◦ blue 112

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

Shades of Sapphire #022370

Tints of Sapphire #022370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.49%

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

R = 1.34%
G = 23.49%
B = 75.17%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#022370 (or 0x022370) is known color: Sapphire. HEX triplet: 02, 23 and 70. RGB value is (2,35,112). Sum of RGB (Red+Green+Blue) = 2+35+112=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #022370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022370 is #FDDC8F. Grayscale: #212121. Windows color (decimal): -16637072 or 7348994. OLE color: 7348994.

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

Color convert

RGB 2 35 112 -
CMYK 0.98 0.69 0 0.56
HSL 222º 0.96% 0.22% -
HSV(B) 222º 0.98% 0.44% -
XYZ 3.55 2.38 15.6 -
YUV 33.91 172.07 105.24 -
System Red Green Blue C M Y K H S L
Decimal 2 35 112 0.98 0.69 0 0.56 222 0.96 0.22
Hex 2 23 70 62 45 0 38 DE 60 16
Octal 2 43 160 142 105 0 70 336 140 26
Binary 10 100011 1110000 1100010 1000101 0 111000 11011110 1100000 10110

Color Harmonies of #022370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022370

Black with #022370

Text Example


Text Example

White with #022370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022370; }

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

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

background-color css

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

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

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

border-color css

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

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

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