#022B78

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

Shades of Sapphire #022B78

Tints of Sapphire #022B78

Color information

#022B78 (or 0x022B78) is unknown color: approx Sapphire. HEX triplet: 02, 2B and 78. RGB value is (2,43,120). Sum of RGB (Red+Green+Blue) = 2+43+120=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #022B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022B78 is #FDD487. Grayscale: #272727. Windows color (decimal): -16635016 or 7875330. OLE color: 7875330.

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

Color convert

RGB243120-
CMYK0.980.6400.53
HSL219.15º96.72%23.92%-
HSV(B)219.15º98.33%47.06%-
XYZ4.283.118.14-
YUV39.52173.42101.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 43 (17.19% from 255) = 26.06%
BLUE value IS 120 (47.27% from 255) = 72.73%
R=1.21%
G=26.06%
B=72.73%

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
Decimal2431200.980.6400.53219.1596.7223.92
Hex22B786240035db6118
Octal25317014210006533314130
Binary10101011111100011000101000000011010111011011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #022B78;
 }
 .AnyTagClassName
 {
   color: #022B78;
 }
</style>
background-color css

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

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

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

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

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

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