#022B77

Color #022B77 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #022B77

Tints of Sapphire #022B77

Color information

#022B77 (or 0x022B77) is unknown color: approx 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

RGB243119-
CMYK0.980.6400.53
HSL218.97º96.69%23.73%-
HSV(B)218.97º98.32%46.67%-
XYZ4.223.0717.82-
YUV39.4172.92101.32-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2431190.980.6400.53218.9796.6923.73
Hex22B776240035db6118
Octal25316714210006533314130
Binary10101011111011111000101000000011010111011011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>