Html Css Color HEX #122856 Sapphire

📋 copy color: '#122856'

red 18 ◦ green 40 ◦ blue 86

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

Shades of Sapphire #122856

Tints of Sapphire #122856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 59.72%

R = 12.5%
G = 27.78%
B = 59.72%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#122856 (or 0x122856) is known color: Sapphire. HEX triplet: 12, 28 and 56. RGB value is (18,40,86). Sum of RGB (Red+Green+Blue) = 18+40+86=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #122856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122856 is #EDD7A9. Grayscale: #262626. Windows color (decimal): -15587242 or 5646354. OLE color: 5646354.

HSL color Cylindrical-coordinate representation of color #122856: hue angle of 220.59º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122856 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 40 86 -
CMYK 0.79 0.53 0 0.66
HSL 220.59º 0.65% 0.2% -
HSV(B) 220.59º 0.79% 0.34% -
XYZ 2.69 2.32 9.11 -
YUV 38.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 18 40 86 0.79 0.53 0 0.66 220.59 0.65 0.2
Hex 12 28 56 4F 35 0 42 DD 41 14
Octal 22 50 126 117 65 0 102 335 101 24
Binary 10010 101000 1010110 1001111 110101 0 1000010 11011101 1000001 10100

Color Harmonies of #122856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122856

Black with #122856

Text Example


Text Example

White with #122856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122856; }

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

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

background-color css

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

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

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

border-color css

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

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

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