Html Css Color HEX #122059 Sapphire

📋 copy color: '#122059'

red 18 ◦ green 32 ◦ blue 89

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

Shades of Sapphire #122059

Tints of Sapphire #122059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 64.03%

R = 12.95%
G = 23.02%
B = 64.03%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#122059 (or 0x122059) is known color: Sapphire. HEX triplet: 12, 20 and 59. RGB value is (18,32,89). Sum of RGB (Red+Green+Blue) = 18+32+89=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #122059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122059 is #EDDFA6. Grayscale: #222222. Windows color (decimal): -15589287 or 5840914. OLE color: 5840914.

HSL color Cylindrical-coordinate representation of color #122059: hue angle of 228.17º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122059 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 32 89 -
CMYK 0.80 0.64 0 0.65
HSL 228.17º 0.66% 0.21% -
HSV(B) 228.17º 0.8% 0.35% -
XYZ 2.57 1.88 9.68 -
YUV 34.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 18 32 89 0.80 0.64 0 0.65 228.17 0.66 0.21
Hex 12 20 59 50 40 0 41 E4 42 15
Octal 22 40 131 120 100 0 101 344 102 25
Binary 10010 100000 1011001 1010000 1000000 0 1000001 11100100 1000010 10101

Color Harmonies of #122059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122059

Black with #122059

Text Example


Text Example

White with #122059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122059; }

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

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

background-color css

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

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

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

border-color css

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

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

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