Html Css Color HEX #122A59 Sapphire

📋 copy color: '#122A59'

red 18 ◦ green 42 ◦ blue 89

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

Shades of Sapphire #122A59

Tints of Sapphire #122A59

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.19%

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

R = 12.08%
G = 28.19%
B = 59.73%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#122A59 (or 0x122A59) is known color: Sapphire. HEX triplet: 12, 2A and 59. RGB value is (18,42,89). Sum of RGB (Red+Green+Blue) = 18+42+89=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #122A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A59 is #EDD5A6. Grayscale: #272727. Windows color (decimal): -15586727 or 5843474. OLE color: 5843474.

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

Color convert

RGB 18 42 89 -
CMYK 0.80 0.53 0 0.65
HSL 219.72º 0.66% 0.21% -
HSV(B) 219.72º 0.8% 0.35% -
XYZ 2.88 2.51 9.78 -
YUV 40.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 18 42 89 0.80 0.53 0 0.65 219.72 0.66 0.21
Hex 12 2A 59 50 35 0 41 DC 42 15
Octal 22 52 131 120 65 0 101 334 102 25
Binary 10010 101010 1011001 1010000 110101 0 1000001 11011100 1000010 10101

Color Harmonies of #122A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122A59

Black with #122A59

Text Example


Text Example

White with #122A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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