Html Css Color HEX #122150 Sapphire

📋 copy color: '#122150'

red 18 ◦ green 33 ◦ blue 80

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

Shades of Sapphire #122150

Tints of Sapphire #122150

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.19%

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

R = 13.74%
G = 25.19%
B = 61.07%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#122150 (or 0x122150) is known color: Sapphire. HEX triplet: 12, 21 and 50. RGB value is (18,33,80). Sum of RGB (Red+Green+Blue) = 18+33+80=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #122150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122150 is #EDDEAF. Grayscale: #212121. Windows color (decimal): -15589040 or 5251346. OLE color: 5251346.

HSL color Cylindrical-coordinate representation of color #122150: hue angle of 225.48º 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 #122150 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 33 80 -
CMYK 0.78 0.59 0 0.69
HSL 225.48º 0.63% 0.19% -
HSV(B) 225.48º 0.78% 0.31% -
XYZ 2.24 1.8 7.82 -
YUV 33.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 18 33 80 0.78 0.59 0 0.69 225.48 0.63 0.19
Hex 12 21 50 4E 3B 0 45 E1 3F 13
Octal 22 41 120 116 73 0 105 341 77 23
Binary 10010 100001 1010000 1001110 111011 0 1000101 11100001 111111 10011

Color Harmonies of #122150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122150

Black with #122150

Text Example


Text Example

White with #122150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122150; }

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

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

background-color css

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

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

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

border-color css

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

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

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