Html Css Color HEX #122260 Sapphire

📋 copy color: '#122260'

red 18 ◦ green 34 ◦ blue 96

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

Shades of Sapphire #122260

Tints of Sapphire #122260

RGB

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

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

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

R = 12.16%
G = 22.97%
B = 64.86%

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

#122260 (or 0x122260) is known color: Sapphire. HEX triplet: 12, 22 and 60. RGB value is (18,34,96). Sum of RGB (Red+Green+Blue) = 18+34+96=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #122260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122260 is #EDDD9F. Grayscale: #242424. Windows color (decimal): -15588768 or 6300178. OLE color: 6300178.

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

Color convert

RGB 18 34 96 -
CMYK 0.81 0.65 0 0.62
HSL 227.69º 0.68% 0.22% -
HSV(B) 227.69º 0.81% 0.38% -
XYZ 2.93 2.12 11.32 -
YUV 36.28 161.7 114.96 -
System Red Green Blue C M Y K H S L
Decimal 18 34 96 0.81 0.65 0 0.62 227.69 0.68 0.22
Hex 12 22 60 51 41 0 3E E4 44 16
Octal 22 42 140 121 101 0 76 344 104 26
Binary 10010 100010 1100000 1010001 1000001 0 111110 11100100 1000100 10110

Color Harmonies of #122260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122260

Black with #122260

Text Example


Text Example

White with #122260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122260; }

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

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

background-color css

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

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

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

border-color css

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

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

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