Html Css Color HEX #122B59 Sapphire

📋 copy color: '#122B59'

red 18 ◦ green 43 ◦ blue 89

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

Shades of Sapphire #122B59

Tints of Sapphire #122B59

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.67%

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

R = 12%
G = 28.67%
B = 59.33%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#122B59 (or 0x122B59) is known color: Sapphire. HEX triplet: 12, 2B and 59. RGB value is (18,43,89). Sum of RGB (Red+Green+Blue) = 18+43+89=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #122B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B59 is #EDD4A6. Grayscale: #282828. Windows color (decimal): -15586471 or 5843730. OLE color: 5843730.

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

Color convert

RGB 18 43 89 -
CMYK 0.80 0.52 0 0.65
HSL 218.87º 0.66% 0.21% -
HSV(B) 218.87º 0.8% 0.35% -
XYZ 2.92 2.58 9.8 -
YUV 40.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 18 43 89 0.80 0.52 0 0.65 218.87 0.66 0.21
Hex 12 2B 59 50 34 0 41 DB 42 15
Octal 22 53 131 120 64 0 101 333 102 25
Binary 10010 101011 1011001 1010000 110100 0 1000001 11011011 1000010 10101

Color Harmonies of #122B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B59

Black with #122B59

Text Example


Text Example

White with #122B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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