Html Css Color HEX #122064 Sapphire

📋 copy color: '#122064'

red 18 ◦ green 32 ◦ blue 100

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

Shades of Sapphire #122064

Tints of Sapphire #122064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 66.67%

R = 12%
G = 21.33%
B = 66.67%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#122064 (or 0x122064) is known color: Sapphire. HEX triplet: 12, 20 and 64. RGB value is (18,32,100). Sum of RGB (Red+Green+Blue) = 18+32+100=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 100 (39.45% from 255 or 66.67% from 150); Max value from RGB is 100 - color contains mainly: blue. Hex color #122064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122064 is #EDDF9B. Grayscale: #232323. Windows color (decimal): -15589276 or 6561810. OLE color: 6561810.

HSL color Cylindrical-coordinate representation of color #122064: hue angle of 229.76º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122064 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 32 100 -
CMYK 0.82 0.68 0 0.61
HSL 229.76º 0.69% 0.23% -
HSV(B) 229.76º 0.82% 0.39% -
XYZ 3.07 2.08 12.3 -
YUV 35.57 164.36 115.47 -
System Red Green Blue C M Y K H S L
Decimal 18 32 100 0.82 0.68 0 0.61 229.76 0.69 0.23
Hex 12 20 64 52 44 0 3D E6 45 17
Octal 22 40 144 122 104 0 75 346 105 27
Binary 10010 100000 1100100 1010010 1000100 0 111101 11100110 1000101 10111

Color Harmonies of #122064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122064

Black with #122064

Text Example


Text Example

White with #122064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122064; }

 p { color: rgb(18,32,100); }

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

background-color css

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

 a { background-color: rgb(18,32,100); }

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

border-color css

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

 span { border-color: rgb(18,32,100); }

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