Html Css Color HEX #122A50 Sapphire

📋 copy color: '#122A50'

red 18 ◦ green 42 ◦ blue 80

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

Shades of Sapphire #122A50

Tints of Sapphire #122A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 57.14%

R = 12.86%
G = 30%
B = 57.14%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#122A50 (or 0x122A50) is known color: Sapphire. HEX triplet: 12, 2A and 50. RGB value is (18,42,80). Sum of RGB (Red+Green+Blue) = 18+42+80=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #122A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A50 is #EDD5AF. Grayscale: #262626. Windows color (decimal): -15586736 or 5253650. OLE color: 5253650.

HSL color Cylindrical-coordinate representation of color #122A50: hue angle of 216.77º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #122A50 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 42 80 -
CMYK 0.78 0.48 0 0.69
HSL 216.77º 0.63% 0.19% -
HSV(B) 216.77º 0.78% 0.31% -
XYZ 2.53 2.36 7.91 -
YUV 39.16 151.05 112.91 -
System Red Green Blue C M Y K H S L
Decimal 18 42 80 0.78 0.48 0 0.69 216.77 0.63 0.19
Hex 12 2A 50 4E 30 0 45 D9 3F 13
Octal 22 52 120 116 60 0 105 331 77 23
Binary 10010 101010 1010000 1001110 110000 0 1000101 11011001 111111 10011

Color Harmonies of #122A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122A50

Black with #122A50

Text Example


Text Example

White with #122A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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