Html Css Color HEX #122250 Sapphire

📋 copy color: '#122250'

red 18 ◦ green 34 ◦ blue 80

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

Shades of Sapphire #122250

Tints of Sapphire #122250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.76%

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

R = 13.64%
G = 25.76%
B = 60.61%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#122250 (or 0x122250) is known color: Sapphire. HEX triplet: 12, 22 and 50. RGB value is (18,34,80). Sum of RGB (Red+Green+Blue) = 18+34+80=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #122250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122250 is #EDDDAF. Grayscale: #222222. Windows color (decimal): -15588784 or 5251602. OLE color: 5251602.

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

Color convert

RGB 18 34 80 -
CMYK 0.78 0.58 0 0.69
HSL 224.52º 0.63% 0.19% -
HSV(B) 224.52º 0.78% 0.31% -
XYZ 2.27 1.85 7.83 -
YUV 34.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 18 34 80 0.78 0.58 0 0.69 224.52 0.63 0.19
Hex 12 22 50 4E 3A 0 45 E1 3F 13
Octal 22 42 120 116 72 0 105 341 77 23
Binary 10010 100010 1010000 1001110 111010 0 1000101 11100001 111111 10011

Color Harmonies of #122250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122250

Black with #122250

Text Example


Text Example

White with #122250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122250; }

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

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

background-color css

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

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

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

border-color css

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

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

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