Html Css Color HEX #022C71 Sapphire

📋 copy color: '#022C71'

red 2 ◦ green 44 ◦ blue 113

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

Shades of Sapphire #022C71

Tints of Sapphire #022C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 71.07%

R = 1.26%
G = 27.67%
B = 71.07%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#022C71 (or 0x022C71) is known color: Sapphire. HEX triplet: 02, 2C and 71. RGB value is (2,44,113). Sum of RGB (Red+Green+Blue) = 2+44+113=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #022C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C71 is #FDD38E. Grayscale: #262626. Windows color (decimal): -16634767 or 7416834. OLE color: 7416834.

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

Color convert

RGB 2 44 113 -
CMYK 0.98 0.61 0 0.56
HSL 217.3º 0.97% 0.23% -
HSV(B) 217.3º 0.98% 0.44% -
XYZ 3.91 3.01 16 -
YUV 39.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 2 44 113 0.98 0.61 0 0.56 217.3 0.97 0.23
Hex 2 2C 71 62 3D 0 38 D9 61 17
Octal 2 54 161 142 75 0 70 331 141 27
Binary 10 101100 1110001 1100010 111101 0 111000 11011001 1100001 10111

Color Harmonies of #022C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022C71

Black with #022C71

Text Example


Text Example

White with #022C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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