Html Css Color HEX #022B77 Sapphire

📋 copy color: '#022B77'

red 2 ◦ green 43 ◦ blue 119

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

Shades of Sapphire #022B77

Tints of Sapphire #022B77

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.22%

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

R = 1.22%
G = 26.22%
B = 72.56%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#022B77 (or 0x022B77) is known color: Sapphire. HEX triplet: 02, 2B and 77. RGB value is (2,43,119). Sum of RGB (Red+Green+Blue) = 2+43+119=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 119 (46.88% from 255 or 72.56% from 164); Max value from RGB is 119 - color contains mainly: blue. Hex color #022B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022B77 is #FDD488. Grayscale: #272727. Windows color (decimal): -16635017 or 7809794. OLE color: 7809794.

HSL color Cylindrical-coordinate representation of color #022B77: hue angle of 218.97º 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 #022B77 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 43 119 -
CMYK 0.98 0.64 0 0.53
HSL 218.97º 0.97% 0.24% -
HSV(B) 218.97º 0.98% 0.47% -
XYZ 4.22 3.07 17.82 -
YUV 39.41 172.92 101.32 -
System Red Green Blue C M Y K H S L
Decimal 2 43 119 0.98 0.64 0 0.53 218.97 0.97 0.24
Hex 2 2B 77 62 40 0 35 DB 61 18
Octal 2 53 167 142 100 0 65 333 141 30
Binary 10 101011 1110111 1100010 1000000 0 110101 11011011 1100001 11000

Color Harmonies of #022B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022B77

Black with #022B77

Text Example


Text Example

White with #022B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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