Html Css Color HEX #122860 Sapphire

📋 copy color: '#122860'

red 18 ◦ green 40 ◦ blue 96

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

Shades of Sapphire #122860

Tints of Sapphire #122860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.97%

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

R = 11.69%
G = 25.97%
B = 62.34%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122860 (or 0x122860) is known color: Sapphire. HEX triplet: 12, 28 and 60. RGB value is (18,40,96). Sum of RGB (Red+Green+Blue) = 18+40+96=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #122860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122860 is #EDD79F. Grayscale: #272727. Windows color (decimal): -15587232 or 6301714. OLE color: 6301714.

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

Color convert

RGB 18 40 96 -
CMYK 0.81 0.58 0 0.62
HSL 223.08º 0.68% 0.22% -
HSV(B) 223.08º 0.81% 0.38% -
XYZ 3.12 2.49 11.38 -
YUV 39.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 18 40 96 0.81 0.58 0 0.62 223.08 0.68 0.22
Hex 12 28 60 51 3A 0 3E DF 44 16
Octal 22 50 140 121 72 0 76 337 104 26
Binary 10010 101000 1100000 1010001 111010 0 111110 11011111 1000100 10110

Color Harmonies of #122860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122860

Black with #122860

Text Example


Text Example

White with #122860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122860; }

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

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

background-color css

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

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

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

border-color css

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

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

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