Html Css Color HEX #022266 Sapphire

📋 copy color: '#022266'

red 2 ◦ green 34 ◦ blue 102

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

Shades of Sapphire #022266

Tints of Sapphire #022266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.64%

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

R = 1.45%
G = 24.64%
B = 73.91%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#022266 (or 0x022266) is known color: Sapphire. HEX triplet: 02, 22 and 66. RGB value is (2,34,102). Sum of RGB (Red+Green+Blue) = 2+34+102=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 102 (40.23% from 255 or 73.91% from 138); Max value from RGB is 102 - color contains mainly: blue. Hex color #022266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022266 is #FDDD99. Grayscale: #1F1F1F. Windows color (decimal): -16637338 or 6693378. OLE color: 6693378.

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

Color convert

RGB 2 34 102 -
CMYK 0.98 0.67 0 0.6
HSL 220.8º 0.96% 0.2% -
HSV(B) 220.8º 0.98% 0.4% -
XYZ 3 2.12 12.82 -
YUV 32.18 167.4 106.47 -
System Red Green Blue C M Y K H S L
Decimal 2 34 102 0.98 0.67 0 0.6 220.8 0.96 0.2
Hex 2 22 66 62 43 0 3C DD 60 14
Octal 2 42 146 142 103 0 74 335 140 24
Binary 10 100010 1100110 1100010 1000011 0 111100 11011101 1100000 10100

Color Harmonies of #022266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022266

Black with #022266

Text Example


Text Example

White with #022266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022266; }

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

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

background-color css

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

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

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

border-color css

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

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

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