Html Css Color HEX #122061 Sapphire

📋 copy color: '#122061'

red 18 ◦ green 32 ◦ blue 97

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

Shades of Sapphire #122061

Tints of Sapphire #122061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 65.99%

R = 12.24%
G = 21.77%
B = 65.99%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122061 (or 0x122061) is known color: Sapphire. HEX triplet: 12, 20 and 61. RGB value is (18,32,97). Sum of RGB (Red+Green+Blue) = 18+32+97=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #122061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122061 is #EDDF9E. Grayscale: #222222. Windows color (decimal): -15589279 or 6365202. OLE color: 6365202.

HSL color Cylindrical-coordinate representation of color #122061: hue angle of 229.37º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122061 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 32 97 -
CMYK 0.81 0.67 0 0.62
HSL 229.37º 0.69% 0.23% -
HSV(B) 229.37º 0.81% 0.38% -
XYZ 2.92 2.02 11.55 -
YUV 35.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 18 32 97 0.81 0.67 0 0.62 229.37 0.69 0.23
Hex 12 20 61 51 43 0 3E E5 45 17
Octal 22 40 141 121 103 0 76 345 105 27
Binary 10010 100000 1100001 1010001 1000011 0 111110 11100101 1000101 10111

Color Harmonies of #122061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122061

Black with #122061

Text Example


Text Example

White with #122061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122061; }

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

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

background-color css

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

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

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

border-color css

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

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

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