Html Css Color HEX #122266 Sapphire

📋 copy color: '#122266'

red 18 ◦ green 34 ◦ blue 102

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

Shades of Sapphire #122266

Tints of Sapphire #122266

RGB

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

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

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

R = 11.69%
G = 22.08%
B = 66.23%

CMYK

 C value IS 0.82

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#122266 (or 0x122266) is known color: Sapphire. HEX triplet: 12, 22 and 66. RGB value is (18,34,102). Sum of RGB (Red+Green+Blue) = 18+34+102=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #122266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122266 is #EDDD99. Grayscale: #242424. Windows color (decimal): -15588762 or 6693394. OLE color: 6693394.

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

Color convert

RGB 18 34 102 -
CMYK 0.82 0.67 0 0.6
HSL 228.57º 0.7% 0.24% -
HSV(B) 228.57º 0.82% 0.4% -
XYZ 3.22 2.23 12.83 -
YUV 36.97 164.7 114.47 -
System Red Green Blue C M Y K H S L
Decimal 18 34 102 0.82 0.67 0 0.6 228.57 0.7 0.24
Hex 12 22 66 52 43 0 3C E5 46 18
Octal 22 42 146 122 103 0 74 345 106 30
Binary 10010 100010 1100110 1010010 1000011 0 111100 11100101 1000110 11000

Color Harmonies of #122266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122266

Black with #122266

Text Example


Text Example

White with #122266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122266; }

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

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

background-color css

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

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

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

border-color css

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

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

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