Html Css Color HEX #122261 Sapphire

📋 copy color: '#122261'

red 18 ◦ green 34 ◦ blue 97

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

Shades of Sapphire #122261

Tints of Sapphire #122261

RGB

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

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

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

R = 12.08%
G = 22.82%
B = 65.1%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122261 (or 0x122261) is known color: Sapphire. HEX triplet: 12, 22 and 61. RGB value is (18,34,97). Sum of RGB (Red+Green+Blue) = 18+34+97=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #122261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122261 is #EDDD9E. Grayscale: #242424. Windows color (decimal): -15588767 or 6365714. OLE color: 6365714.

HSL color Cylindrical-coordinate representation of color #122261: hue angle of 227.85º 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 #122261 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 34 97 -
CMYK 0.81 0.65 0 0.62
HSL 227.85º 0.69% 0.23% -
HSV(B) 227.85º 0.81% 0.38% -
XYZ 2.98 2.14 11.56 -
YUV 36.4 162.2 114.88 -
System Red Green Blue C M Y K H S L
Decimal 18 34 97 0.81 0.65 0 0.62 227.85 0.69 0.23
Hex 12 22 61 51 41 0 3E E4 45 17
Octal 22 42 141 121 101 0 76 344 105 27
Binary 10010 100010 1100001 1010001 1000001 0 111110 11100100 1000101 10111

Color Harmonies of #122261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122261

Black with #122261

Text Example


Text Example

White with #122261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122261; }

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

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

background-color css

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

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

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

border-color css

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

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

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