Html Css Color HEX #022972 Sapphire

📋 copy color: '#022972'

red 2 ◦ green 41 ◦ blue 114

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

Shades of Sapphire #022972

Tints of Sapphire #022972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.11%

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

R = 1.27%
G = 26.11%
B = 72.61%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#022972 (or 0x022972) is known color: Sapphire. HEX triplet: 02, 29 and 72. RGB value is (2,41,114). Sum of RGB (Red+Green+Blue) = 2+41+114=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #022972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022972 is #FDD68D. Grayscale: #252525. Windows color (decimal): -16635534 or 7481602. OLE color: 7481602.

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

Color convert

RGB 2 41 114 -
CMYK 0.98 0.64 0 0.55
HSL 219.11º 0.97% 0.23% -
HSV(B) 219.11º 0.98% 0.45% -
XYZ 3.86 2.81 16.26 -
YUV 37.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 2 41 114 0.98 0.64 0 0.55 219.11 0.97 0.23
Hex 2 29 72 62 40 0 37 DB 61 17
Octal 2 51 162 142 100 0 67 333 141 27
Binary 10 101001 1110010 1100010 1000000 0 110111 11011011 1100001 10111

Color Harmonies of #022972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022972

Black with #022972

Text Example


Text Example

White with #022972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022972; }

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

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

background-color css

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

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

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

border-color css

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

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

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