Html Css Color HEX #022376 Sapphire

📋 copy color: '#022376'

red 2 ◦ green 35 ◦ blue 118

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

Shades of Sapphire #022376

Tints of Sapphire #022376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.58%

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

R = 1.29%
G = 22.58%
B = 76.13%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#022376 (or 0x022376) is known color: Sapphire. HEX triplet: 02, 23 and 76. RGB value is (2,35,118). Sum of RGB (Red+Green+Blue) = 2+35+118=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 118 (46.48% from 255 or 76.13% from 155); Max value from RGB is 118 - color contains mainly: blue. Hex color #022376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022376 is #FDDC89. Grayscale: #222222. Windows color (decimal): -16637066 or 7742210. OLE color: 7742210.

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

Color convert

RGB 2 35 118 -
CMYK 0.98 0.70 0 0.54
HSL 222.93º 0.97% 0.24% -
HSV(B) 222.93º 0.98% 0.46% -
XYZ 3.9 2.52 17.42 -
YUV 34.6 175.07 104.75 -
System Red Green Blue C M Y K H S L
Decimal 2 35 118 0.98 0.70 0 0.54 222.93 0.97 0.24
Hex 2 23 76 62 46 0 36 DF 61 18
Octal 2 43 166 142 106 0 66 337 141 30
Binary 10 100011 1110110 1100010 1000110 0 110110 11011111 1100001 11000

Color Harmonies of #022376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022376

Black with #022376

Text Example


Text Example

White with #022376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022376; }

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

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

background-color css

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

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

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

border-color css

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

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

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