Html Css Color HEX #122160 Sapphire

📋 copy color: '#122160'

red 18 ◦ green 33 ◦ blue 96

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

Shades of Sapphire #122160

Tints of Sapphire #122160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 65.31%

R = 12.24%
G = 22.45%
B = 65.31%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122160 (or 0x122160) is known color: Sapphire. HEX triplet: 12, 21 and 60. RGB value is (18,33,96). Sum of RGB (Red+Green+Blue) = 18+33+96=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #122160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122160 is #EDDE9F. Grayscale: #232323. Windows color (decimal): -15589024 or 6299922. OLE color: 6299922.

HSL color Cylindrical-coordinate representation of color #122160: hue angle of 228.46º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122160 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 33 96 -
CMYK 0.81 0.66 0 0.62
HSL 228.46º 0.68% 0.22% -
HSV(B) 228.46º 0.81% 0.38% -
XYZ 2.9 2.06 11.31 -
YUV 35.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 18 33 96 0.81 0.66 0 0.62 228.46 0.68 0.22
Hex 12 21 60 51 42 0 3E E4 44 16
Octal 22 41 140 121 102 0 76 344 104 26
Binary 10010 100001 1100000 1010001 1000010 0 111110 11100100 1000100 10110

Color Harmonies of #122160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122160

Black with #122160

Text Example


Text Example

White with #122160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122160; }

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

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

background-color css

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

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

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

border-color css

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

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

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