#022B70

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

Shades of Sapphire #022B70

Tints of Sapphire #022B70

Color information

#022B70 (or 0x022B70) is unknown color: approx Sapphire. HEX triplet: 02, 2B and 70. RGB value is (2,43,112). Sum of RGB (Red+Green+Blue) = 2+43+112=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #022B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022B70 is #FDD48F. Grayscale: #262626. Windows color (decimal): -16635024 or 7351042. OLE color: 7351042.

HSL color Cylindrical-coordinate representation of color #022B70: hue angle of 217.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022B70 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB243112-
CMYK0.980.6200.56
HSL217.64º96.49%22.35%-
HSV(B)217.64º98.21%43.92%-
XYZ3.812.9115.69-
YUV38.61169.42101.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 112 (44.14% from 255) = 71.34%
R=1.27%
G=27.39%
B=71.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2431120.980.6200.56217.6496.4922.35
Hex22B70623E038da6016
Octal2531601427607033214026
Binary1010101111100001100010111110011100011011010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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