Html Css Color HEX #022D76 Sapphire

📋 copy color: '#022D76'

red 2 ◦ green 45 ◦ blue 118

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

Shades of Sapphire #022D76

Tints of Sapphire #022D76

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.27%

 BLUE value IS 118 (46.48% from 255) = 71.52%

R = 1.21%
G = 27.27%
B = 71.52%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#022D76 (or 0x022D76) is known color: Sapphire. HEX triplet: 02, 2D and 76. RGB value is (2,45,118). Sum of RGB (Red+Green+Blue) = 2+45+118=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #022D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D76 is #FDD289. Grayscale: #282828. Windows color (decimal): -16634506 or 7744770. OLE color: 7744770.

HSL color Cylindrical-coordinate representation of color #022D76: hue angle of 217.76º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022D76 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 45 118 -
CMYK 0.98 0.62 0 0.54
HSL 217.76º 0.97% 0.24% -
HSV(B) 217.76º 0.98% 0.46% -
XYZ 4.23 3.2 17.53 -
YUV 40.47 171.75 100.56 -
System Red Green Blue C M Y K H S L
Decimal 2 45 118 0.98 0.62 0 0.54 217.76 0.97 0.24
Hex 2 2D 76 62 3E 0 36 DA 61 18
Octal 2 55 166 142 76 0 66 332 141 30
Binary 10 101101 1110110 1100010 111110 0 110110 11011010 1100001 11000

Color Harmonies of #022D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D76

Black with #022D76

Text Example


Text Example

White with #022D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,45,118); }

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

background-color css

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

 a { background-color: rgb(2,45,118); }

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

border-color css

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

 span { border-color: rgb(2,45,118); }

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