#022C7C

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

Shades of Sapphire #022C7C

Tints of Sapphire #022C7C

Color information

#022C7C (or 0x022C7C) is unknown color: approx Sapphire. HEX triplet: 02, 2C and 7C. RGB value is (2,44,124). Sum of RGB (Red+Green+Blue) = 2+44+124=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 124 (48.83% from 255 or 72.94% from 170); Max value from RGB is 124 - color contains mainly: blue. Hex color #022C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C7C is #FDD383. Grayscale: #282828. Windows color (decimal): -16634756 or 8137730. OLE color: 8137730.

HSL color Cylindrical-coordinate representation of color #022C7C: hue angle of 219.34º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022C7C is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB244124-
CMYK0.980.6500.51
HSL219.34º96.83%24.71%-
HSV(B)219.34º98.39%48.63%-
XYZ4.563.2719.46-
YUV40.56175.09100.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 44 (17.58% from 255) = 25.88%
BLUE value IS 124 (48.83% from 255) = 72.94%
R=1.18%
G=25.88%
B=72.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2441240.980.6500.51219.3496.8324.71
Hex22C7C6241033db6119
Octal25417414210106333314131
Binary10101100111110011000101000001011001111011011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,44,124); }

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

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

 a { background-color: rgb(2,44,124); }

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

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

 span { border-color: rgb(2,44,124); }

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