Html Css Color HEX #022066 Sapphire

📋 copy color: '#022066'

red 2 ◦ green 32 ◦ blue 102

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

Shades of Sapphire #022066

Tints of Sapphire #022066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.53%

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

R = 1.47%
G = 23.53%
B = 75%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#022066 (or 0x022066) is known color: Sapphire. HEX triplet: 02, 20 and 66. RGB value is (2,32,102). Sum of RGB (Red+Green+Blue) = 2+32+102=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 102 (40.23% from 255 or 75% from 136); Max value from RGB is 102 - color contains mainly: blue. Hex color #022066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022066 is #FDDF99. Grayscale: #1E1E1E. Windows color (decimal): -16637850 or 6692866. OLE color: 6692866.

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

Color convert

RGB 2 32 102 -
CMYK 0.98 0.69 0 0.6
HSL 222º 0.96% 0.2% -
HSV(B) 222º 0.98% 0.4% -
XYZ 2.94 2.01 12.8 -
YUV 31.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 2 32 102 0.98 0.69 0 0.6 222 0.96 0.2
Hex 2 20 66 62 45 0 3C DE 60 14
Octal 2 40 146 142 105 0 74 336 140 24
Binary 10 100000 1100110 1100010 1000101 0 111100 11011110 1100000 10100

Color Harmonies of #022066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022066

Black with #022066

Text Example


Text Example

White with #022066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022066; }

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

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

background-color css

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

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

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

border-color css

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

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

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