Html Css Color HEX #122459 Sapphire

📋 copy color: '#122459'

red 18 ◦ green 36 ◦ blue 89

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

Shades of Sapphire #122459

Tints of Sapphire #122459

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.17%

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

R = 12.59%
G = 25.17%
B = 62.24%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#122459 (or 0x122459) is known color: Sapphire. HEX triplet: 12, 24 and 59. RGB value is (18,36,89). Sum of RGB (Red+Green+Blue) = 18+36+89=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #122459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122459 is #EDDBA6. Grayscale: #242424. Windows color (decimal): -15588263 or 5841938. OLE color: 5841938.

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

Color convert

RGB 18 36 89 -
CMYK 0.80 0.60 0 0.65
HSL 224.79º 0.66% 0.21% -
HSV(B) 224.79º 0.8% 0.35% -
XYZ 2.68 2.11 9.72 -
YUV 36.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 18 36 89 0.80 0.60 0 0.65 224.79 0.66 0.21
Hex 12 24 59 50 3C 0 41 E1 42 15
Octal 22 44 131 120 74 0 101 341 102 25
Binary 10010 100100 1011001 1010000 111100 0 1000001 11100001 1000010 10101

Color Harmonies of #122459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122459

Black with #122459

Text Example


Text Example

White with #122459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122459; }

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

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

background-color css

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

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

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

border-color css

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

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

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