Html Css Color HEX #122166 Sapphire

📋 copy color: '#122166'

red 18 ◦ green 33 ◦ blue 102

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

Shades of Sapphire #122166

Tints of Sapphire #122166

RGB

 RED value IS 18 (7.42% from 255) = 11.76%

 GREEN value IS 33 (13.28% from 255) = 21.57%

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

R = 11.76%
G = 21.57%
B = 66.67%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#122166 (or 0x122166) is known color: Sapphire. HEX triplet: 12, 21 and 66. RGB value is (18,33,102). Sum of RGB (Red+Green+Blue) = 18+33+102=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 102 (40.23% from 255 or 66.67% from 153); Max value from RGB is 102 - color contains mainly: blue. Hex color #122166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122166 is #EDDE99. Grayscale: #242424. Windows color (decimal): -15589018 or 6693138. OLE color: 6693138.

HSL color Cylindrical-coordinate representation of color #122166: hue angle of 229.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122166 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 33 102 -
CMYK 0.82 0.68 0 0.6
HSL 229.29º 0.7% 0.24% -
HSV(B) 229.29º 0.82% 0.4% -
XYZ 3.19 2.18 12.82 -
YUV 36.38 165.03 114.89 -
System Red Green Blue C M Y K H S L
Decimal 18 33 102 0.82 0.68 0 0.6 229.29 0.7 0.24
Hex 12 21 66 52 44 0 3C E5 46 18
Octal 22 41 146 122 104 0 74 345 106 30
Binary 10010 100001 1100110 1010010 1000100 0 111100 11100101 1000110 11000

Color Harmonies of #122166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122166

Black with #122166

Text Example


Text Example

White with #122166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122166; }

 p { color: rgb(18,33,102); }

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

background-color css

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

 a { background-color: rgb(18,33,102); }

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

border-color css

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

 span { border-color: rgb(18,33,102); }

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