Html Css Color HEX #122161 Sapphire

📋 copy color: '#122161'

red 18 ◦ green 33 ◦ blue 97

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

Shades of Sapphire #122161

Tints of Sapphire #122161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 65.54%

R = 12.16%
G = 22.3%
B = 65.54%

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

#122161 (or 0x122161) is known color: Sapphire. HEX triplet: 12, 21 and 61. RGB value is (18,33,97). Sum of RGB (Red+Green+Blue) = 18+33+97=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 97 (38.28% from 255 or 65.54% from 148); Max value from RGB is 97 - color contains mainly: blue. Hex color #122161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122161 is #EDDE9E. Grayscale: #232323. Windows color (decimal): -15589023 or 6365458. OLE color: 6365458.

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

Color convert

RGB 18 33 97 -
CMYK 0.81 0.66 0 0.62
HSL 228.61º 0.69% 0.23% -
HSV(B) 228.61º 0.81% 0.38% -
XYZ 2.95 2.08 11.56 -
YUV 35.81 162.53 115.3 -
System Red Green Blue C M Y K H S L
Decimal 18 33 97 0.81 0.66 0 0.62 228.61 0.69 0.23
Hex 12 21 61 51 42 0 3E E5 45 17
Octal 22 41 141 121 102 0 76 345 105 27
Binary 10010 100001 1100001 1010001 1000010 0 111110 11100101 1000101 10111

Color Harmonies of #122161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122161

Black with #122161

Text Example


Text Example

White with #122161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122161; }

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

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

background-color css

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

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

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

border-color css

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

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

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