Html Css Color HEX #122053 Sapphire

📋 copy color: '#122053'

red 18 ◦ green 32 ◦ blue 83

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

Shades of Sapphire #122053

Tints of Sapphire #122053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.06%

 BLUE value IS 83 (32.81% from 255) = 62.41%

R = 13.53%
G = 24.06%
B = 62.41%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#122053 (or 0x122053) is known color: Sapphire. HEX triplet: 12, 20 and 53. RGB value is (18,32,83). Sum of RGB (Red+Green+Blue) = 18+32+83=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #122053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122053 is #EDDFAC. Grayscale: #212121. Windows color (decimal): -15589293 or 5447698. OLE color: 5447698.

HSL color Cylindrical-coordinate representation of color #122053: hue angle of 227.08º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122053 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 32 83 -
CMYK 0.78 0.61 0 0.67
HSL 227.08º 0.64% 0.2% -
HSV(B) 227.08º 0.78% 0.33% -
XYZ 2.33 1.79 8.41 -
YUV 33.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 18 32 83 0.78 0.61 0 0.67 227.08 0.64 0.2
Hex 12 20 53 4E 3D 0 43 E3 40 14
Octal 22 40 123 116 75 0 103 343 100 24
Binary 10010 100000 1010011 1001110 111101 0 1000011 11100011 1000000 10100

Color Harmonies of #122053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122053

Black with #122053

Text Example


Text Example

White with #122053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122053; }

 p { color: rgb(18,32,83); }

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

background-color css

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

 a { background-color: rgb(18,32,83); }

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

border-color css

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

 span { border-color: rgb(18,32,83); }

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