Html Css Color HEX #122B58 Sapphire

📋 copy color: '#122B58'

red 18 ◦ green 43 ◦ blue 88

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

Shades of Sapphire #122B58

Tints of Sapphire #122B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 59.06%

R = 12.08%
G = 28.86%
B = 59.06%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#122B58 (or 0x122B58) is known color: Sapphire. HEX triplet: 12, 2B and 58. RGB value is (18,43,88). Sum of RGB (Red+Green+Blue) = 18+43+88=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #122B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B58 is #EDD4A7. Grayscale: #282828. Windows color (decimal): -15586472 or 5778194. OLE color: 5778194.

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

Color convert

RGB 18 43 88 -
CMYK 0.80 0.51 0 0.65
HSL 218.57º 0.66% 0.21% -
HSV(B) 218.57º 0.8% 0.35% -
XYZ 2.87 2.56 9.58 -
YUV 40.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 18 43 88 0.80 0.51 0 0.65 218.57 0.66 0.21
Hex 12 2B 58 50 33 0 41 DB 42 15
Octal 22 53 130 120 63 0 101 333 102 25
Binary 10010 101011 1011000 1010000 110011 0 1000001 11011011 1000010 10101

Color Harmonies of #122B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B58

Black with #122B58

Text Example


Text Example

White with #122B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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