Html Css Color HEX #022373 Sapphire

📋 copy color: '#022373'

red 2 ◦ green 35 ◦ blue 115

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

Shades of Sapphire #022373

Tints of Sapphire #022373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 75.66%

R = 1.32%
G = 23.03%
B = 75.66%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#022373 (or 0x022373) is known color: Sapphire. HEX triplet: 02, 23 and 73. RGB value is (2,35,115). Sum of RGB (Red+Green+Blue) = 2+35+115=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 115 (45.31% from 255 or 75.66% from 152); Max value from RGB is 115 - color contains mainly: blue. Hex color #022373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022373 is #FDDC8C. Grayscale: #212121. Windows color (decimal): -16637069 or 7545602. OLE color: 7545602.

HSL color Cylindrical-coordinate representation of color #022373: hue angle of 222.48º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022373 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 35 115 -
CMYK 0.98 0.70 0 0.55
HSL 222.48º 0.97% 0.23% -
HSV(B) 222.48º 0.98% 0.45% -
XYZ 3.72 2.45 16.5 -
YUV 34.25 173.57 105 -
System Red Green Blue C M Y K H S L
Decimal 2 35 115 0.98 0.70 0 0.55 222.48 0.97 0.23
Hex 2 23 73 62 46 0 37 DE 61 17
Octal 2 43 163 142 106 0 67 336 141 27
Binary 10 100011 1110011 1100010 1000110 0 110111 11011110 1100001 10111

Color Harmonies of #022373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022373

Black with #022373

Text Example


Text Example

White with #022373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022373; }

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

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

background-color css

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

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

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

border-color css

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

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

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