Html Css Color HEX #122B5A Sapphire

📋 copy color: '#122B5A'

red 18 ◦ green 43 ◦ blue 90

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

Shades of Sapphire #122B5A

Tints of Sapphire #122B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 59.6%

R = 11.92%
G = 28.48%
B = 59.6%

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

#122B5A (or 0x122B5A) is known color: Sapphire. HEX triplet: 12, 2B and 5A. RGB value is (18,43,90). Sum of RGB (Red+Green+Blue) = 18+43+90=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #122B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B5A is #EDD4A5. Grayscale: #282828. Windows color (decimal): -15586470 or 5909266. OLE color: 5909266.

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

Color convert

RGB 18 43 90 -
CMYK 0.80 0.52 0 0.65
HSL 219.17º 0.67% 0.21% -
HSV(B) 219.17º 0.8% 0.35% -
XYZ 2.96 2.59 10.02 -
YUV 40.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 18 43 90 0.80 0.52 0 0.65 219.17 0.67 0.21
Hex 12 2B 5A 50 34 0 41 DB 43 15
Octal 22 53 132 120 64 0 101 333 103 25
Binary 10010 101011 1011010 1010000 110100 0 1000001 11011011 1000011 10101

Color Harmonies of #122B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B5A

Black with #122B5A

Text Example


Text Example

White with #122B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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