Html Css Color HEX #122159 Sapphire

📋 copy color: '#122159'

red 18 ◦ green 33 ◦ blue 89

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

Shades of Sapphire #122159

Tints of Sapphire #122159

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.57%

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

R = 12.86%
G = 23.57%
B = 63.57%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#122159 (or 0x122159) is known color: Sapphire. HEX triplet: 12, 21 and 59. RGB value is (18,33,89). Sum of RGB (Red+Green+Blue) = 18+33+89=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #122159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122159 is #EDDEA6. Grayscale: #222222. Windows color (decimal): -15589031 or 5841170. OLE color: 5841170.

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

Color convert

RGB 18 33 89 -
CMYK 0.80 0.63 0 0.65
HSL 227.32º 0.66% 0.21% -
HSV(B) 227.32º 0.8% 0.35% -
XYZ 2.6 1.94 9.69 -
YUV 34.9 158.53 115.95 -
System Red Green Blue C M Y K H S L
Decimal 18 33 89 0.80 0.63 0 0.65 227.32 0.66 0.21
Hex 12 21 59 50 3F 0 41 E3 42 15
Octal 22 41 131 120 77 0 101 343 102 25
Binary 10010 100001 1011001 1010000 111111 0 1000001 11100011 1000010 10101

Color Harmonies of #122159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122159

Black with #122159

Text Example


Text Example

White with #122159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122159; }

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

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

background-color css

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

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

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

border-color css

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

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

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