Html Css Color HEX #022866 Sapphire

📋 copy color: '#022866'

red 2 ◦ green 40 ◦ blue 102

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

Shades of Sapphire #022866

Tints of Sapphire #022866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.78%

 BLUE value IS 102 (40.23% from 255) = 70.83%

R = 1.39%
G = 27.78%
B = 70.83%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#022866 (or 0x022866) is known color: Sapphire. HEX triplet: 02, 28 and 66. RGB value is (2,40,102). Sum of RGB (Red+Green+Blue) = 2+40+102=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #022866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022866 is #FDD799. Grayscale: #232323. Windows color (decimal): -16635802 or 6694914. OLE color: 6694914.

HSL color Cylindrical-coordinate representation of color #022866: hue angle of 217.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022866 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 40 102 -
CMYK 0.98 0.61 0 0.6
HSL 217.2º 0.96% 0.2% -
HSV(B) 217.2º 0.98% 0.4% -
XYZ 3.18 2.49 12.88 -
YUV 35.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 2 40 102 0.98 0.61 0 0.6 217.2 0.96 0.2
Hex 2 28 66 62 3D 0 3C D9 60 14
Octal 2 50 146 142 75 0 74 331 140 24
Binary 10 101000 1100110 1100010 111101 0 111100 11011001 1100000 10100

Color Harmonies of #022866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022866

Black with #022866

Text Example


Text Example

White with #022866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022866; }

 p { color: rgb(2,40,102); }

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

background-color css

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

 a { background-color: rgb(2,40,102); }

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

border-color css

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

 span { border-color: rgb(2,40,102); }

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