Html Css Color HEX #122466 Sapphire

📋 copy color: '#122466'

red 18 ◦ green 36 ◦ blue 102

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

Shades of Sapphire #122466

Tints of Sapphire #122466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.08%

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

R = 11.54%
G = 23.08%
B = 65.38%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#122466 (or 0x122466) is known color: Sapphire. HEX triplet: 12, 24 and 66. RGB value is (18,36,102). Sum of RGB (Red+Green+Blue) = 18+36+102=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #122466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122466 is #EDDB99. Grayscale: #252525. Windows color (decimal): -15588250 or 6693906. OLE color: 6693906.

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

Color convert

RGB 18 36 102 -
CMYK 0.82 0.65 0 0.6
HSL 227.14º 0.7% 0.24% -
HSV(B) 227.14º 0.82% 0.4% -
XYZ 3.28 2.35 12.85 -
YUV 38.14 164.04 113.63 -
System Red Green Blue C M Y K H S L
Decimal 18 36 102 0.82 0.65 0 0.6 227.14 0.7 0.24
Hex 12 24 66 52 41 0 3C E3 46 18
Octal 22 44 146 122 101 0 74 343 106 30
Binary 10010 100100 1100110 1010010 1000001 0 111100 11100011 1000110 11000

Color Harmonies of #122466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122466

Black with #122466

Text Example


Text Example

White with #122466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122466; }

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

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

background-color css

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

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

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

border-color css

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

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

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