Html Css Color HEX #122456 Sapphire

📋 copy color: '#122456'

red 18 ◦ green 36 ◦ blue 86

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

Shades of Sapphire #122456

Tints of Sapphire #122456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.71%

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

R = 12.86%
G = 25.71%
B = 61.43%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#122456 (or 0x122456) is known color: Sapphire. HEX triplet: 12, 24 and 56. RGB value is (18,36,86). Sum of RGB (Red+Green+Blue) = 18+36+86=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #122456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122456 is #EDDBA9. Grayscale: #242424. Windows color (decimal): -15588266 or 5645330. OLE color: 5645330.

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

Color convert

RGB 18 36 86 -
CMYK 0.79 0.58 0 0.66
HSL 224.12º 0.65% 0.2% -
HSV(B) 224.12º 0.79% 0.34% -
XYZ 2.56 2.06 9.07 -
YUV 36.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 18 36 86 0.79 0.58 0 0.66 224.12 0.65 0.2
Hex 12 24 56 4F 3A 0 42 E0 41 14
Octal 22 44 126 117 72 0 102 340 101 24
Binary 10010 100100 1010110 1001111 111010 0 1000010 11100000 1000001 10100

Color Harmonies of #122456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122456

Black with #122456

Text Example


Text Example

White with #122456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122456; }

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

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

background-color css

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

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

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

border-color css

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

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

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