Html Css Color HEX #022377 Sapphire

📋 copy color: '#022377'

red 2 ◦ green 35 ◦ blue 119

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

Shades of Sapphire #022377

Tints of Sapphire #022377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 76.28%

R = 1.28%
G = 22.44%
B = 76.28%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#022377 (or 0x022377) is known color: Sapphire. HEX triplet: 02, 23 and 77. RGB value is (2,35,119). Sum of RGB (Red+Green+Blue) = 2+35+119=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 119 (46.88% from 255 or 76.28% from 156); Max value from RGB is 119 - color contains mainly: blue. Hex color #022377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022377 is #FDDC88. Grayscale: #222222. Windows color (decimal): -16637065 or 7807746. OLE color: 7807746.

HSL color Cylindrical-coordinate representation of color #022377: hue angle of 223.08º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022377 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 35 119 -
CMYK 0.98 0.71 0 0.53
HSL 223.08º 0.97% 0.24% -
HSV(B) 223.08º 0.98% 0.47% -
XYZ 3.96 2.55 17.74 -
YUV 34.71 175.57 104.67 -
System Red Green Blue C M Y K H S L
Decimal 2 35 119 0.98 0.71 0 0.53 223.08 0.97 0.24
Hex 2 23 77 62 47 0 35 DF 61 18
Octal 2 43 167 142 107 0 65 337 141 30
Binary 10 100011 1110111 1100010 1000111 0 110101 11011111 1100001 11000

Color Harmonies of #022377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022377

Black with #022377

Text Example


Text Example

White with #022377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022377; }

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

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

background-color css

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

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

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

border-color css

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

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

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