Html Css Color HEX #122876 Sapphire

📋 copy color: '#122876'

red 18 ◦ green 40 ◦ blue 118

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

Shades of Sapphire #122876

Tints of Sapphire #122876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 67.05%

R = 10.23%
G = 22.73%
B = 67.05%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#122876 (or 0x122876) is known color: Sapphire. HEX triplet: 12, 28 and 76. RGB value is (18,40,118). Sum of RGB (Red+Green+Blue) = 18+40+118=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #122876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122876 is #EDD789. Grayscale: #292929. Windows color (decimal): -15587210 or 7743506. OLE color: 7743506.

HSL color Cylindrical-coordinate representation of color #122876: hue angle of 226.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122876 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 40 118 -
CMYK 0.85 0.66 0 0.54
HSL 226.8º 0.74% 0.27% -
HSV(B) 226.8º 0.85% 0.46% -
XYZ 4.28 2.95 17.48 -
YUV 42.31 170.71 110.66 -
System Red Green Blue C M Y K H S L
Decimal 18 40 118 0.85 0.66 0 0.54 226.8 0.74 0.27
Hex 12 28 76 55 42 0 36 E3 4A 1B
Octal 22 50 166 125 102 0 66 343 112 33
Binary 10010 101000 1110110 1010101 1000010 0 110110 11100011 1001010 11011

Color Harmonies of #122876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122876

Black with #122876

Text Example


Text Example

White with #122876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122876; }

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

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

background-color css

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

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

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

border-color css

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

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

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