Html Css Color HEX #022C72 Sapphire

📋 copy color: '#022C72'

red 2 ◦ green 44 ◦ blue 114

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

Shades of Sapphire #022C72

Tints of Sapphire #022C72

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.5%

 BLUE value IS 114 (44.92% from 255) = 71.25%

R = 1.25%
G = 27.5%
B = 71.25%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#022C72 (or 0x022C72) is known color: Sapphire. HEX triplet: 02, 2C and 72. RGB value is (2,44,114). Sum of RGB (Red+Green+Blue) = 2+44+114=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 114 (44.92% from 255 or 71.25% from 160); Max value from RGB is 114 - color contains mainly: blue. Hex color #022C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C72 is #FDD38D. Grayscale: #272727. Windows color (decimal): -16634766 or 7482370. OLE color: 7482370.

HSL color Cylindrical-coordinate representation of color #022C72: hue angle of 217.5º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022C72 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 44 114 -
CMYK 0.98 0.61 0 0.55
HSL 217.5º 0.97% 0.23% -
HSV(B) 217.5º 0.98% 0.45% -
XYZ 3.96 3.03 16.3 -
YUV 39.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 2 44 114 0.98 0.61 0 0.55 217.5 0.97 0.23
Hex 2 2C 72 62 3D 0 37 DA 61 17
Octal 2 54 162 142 75 0 67 332 141 27
Binary 10 101100 1110010 1100010 111101 0 110111 11011010 1100001 10111

Color Harmonies of #022C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022C72

Black with #022C72

Text Example


Text Example

White with #022C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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