Html Css Color HEX #122861 Sapphire

📋 copy color: '#122861'

red 18 ◦ green 40 ◦ blue 97

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

Shades of Sapphire #122861

Tints of Sapphire #122861

RGB

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

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

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

R = 11.61%
G = 25.81%
B = 62.58%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#122861 (or 0x122861) is known color: Sapphire. HEX triplet: 12, 28 and 61. RGB value is (18,40,97). Sum of RGB (Red+Green+Blue) = 18+40+97=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #122861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122861 is #EDD79E. Grayscale: #272727. Windows color (decimal): -15587231 or 6367250. OLE color: 6367250.

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

Color convert

RGB 18 40 97 -
CMYK 0.81 0.59 0 0.62
HSL 223.29º 0.69% 0.23% -
HSV(B) 223.29º 0.81% 0.38% -
XYZ 3.17 2.51 11.63 -
YUV 39.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 18 40 97 0.81 0.59 0 0.62 223.29 0.69 0.23
Hex 12 28 61 51 3B 0 3E DF 45 17
Octal 22 50 141 121 73 0 76 337 105 27
Binary 10010 101000 1100001 1010001 111011 0 111110 11011111 1000101 10111

Color Harmonies of #122861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122861

Black with #122861

Text Example


Text Example

White with #122861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122861; }

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

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

background-color css

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

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

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

border-color css

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

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

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