Html Css Color HEX #022676 Sapphire

📋 copy color: '#022676'

red 2 ◦ green 38 ◦ blue 118

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

Shades of Sapphire #022676

Tints of Sapphire #022676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.05%

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

R = 1.27%
G = 24.05%
B = 74.68%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#022676 (or 0x022676) is known color: Sapphire. HEX triplet: 02, 26 and 76. RGB value is (2,38,118). Sum of RGB (Red+Green+Blue) = 2+38+118=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #022676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022676 is #FDD989. Grayscale: #242424. Windows color (decimal): -16636298 or 7742978. OLE color: 7742978.

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

Color convert

RGB 2 38 118 -
CMYK 0.98 0.68 0 0.54
HSL 221.38º 0.97% 0.24% -
HSV(B) 221.38º 0.98% 0.46% -
XYZ 3.99 2.71 17.45 -
YUV 36.36 174.07 103.5 -
System Red Green Blue C M Y K H S L
Decimal 2 38 118 0.98 0.68 0 0.54 221.38 0.97 0.24
Hex 2 26 76 62 44 0 36 DD 61 18
Octal 2 46 166 142 104 0 66 335 141 30
Binary 10 100110 1110110 1100010 1000100 0 110110 11011101 1100001 11000

Color Harmonies of #022676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022676

Black with #022676

Text Example


Text Example

White with #022676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022676; }

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

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

background-color css

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

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

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

border-color css

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

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

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