Html Css Color HEX #122060 Sapphire

📋 copy color: '#122060'

red 18 ◦ green 32 ◦ blue 96

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

Shades of Sapphire #122060

Tints of Sapphire #122060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 65.75%

R = 12.33%
G = 21.92%
B = 65.75%

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

#122060 (or 0x122060) is known color: Sapphire. HEX triplet: 12, 20 and 60. RGB value is (18,32,96). Sum of RGB (Red+Green+Blue) = 18+32+96=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #122060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122060 is #EDDF9F. Grayscale: #222222. Windows color (decimal): -15589280 or 6299666. OLE color: 6299666.

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

Color convert

RGB 18 32 96 -
CMYK 0.81 0.67 0 0.62
HSL 229.23º 0.68% 0.22% -
HSV(B) 229.23º 0.81% 0.38% -
XYZ 2.88 2.01 11.3 -
YUV 35.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 18 32 96 0.81 0.67 0 0.62 229.23 0.68 0.22
Hex 12 20 60 51 43 0 3E E5 44 16
Octal 22 40 140 121 103 0 76 345 104 26
Binary 10010 100000 1100000 1010001 1000011 0 111110 11100101 1000100 10110

Color Harmonies of #122060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122060

Black with #122060

Text Example


Text Example

White with #122060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122060; }

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

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

background-color css

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

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

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

border-color css

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

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

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