Html Css Color HEX #122756 Sapphire

📋 copy color: '#122756'

red 18 ◦ green 39 ◦ blue 86

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

Shades of Sapphire #122756

Tints of Sapphire #122756

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.27%

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

R = 12.59%
G = 27.27%
B = 60.14%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#122756 (or 0x122756) is known color: Sapphire. HEX triplet: 12, 27 and 56. RGB value is (18,39,86). Sum of RGB (Red+Green+Blue) = 18+39+86=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #122756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122756 is #EDD8A9. Grayscale: #252525. Windows color (decimal): -15587498 or 5646098. OLE color: 5646098.

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

Color convert

RGB 18 39 86 -
CMYK 0.79 0.55 0 0.66
HSL 221.47º 0.65% 0.2% -
HSV(B) 221.47º 0.79% 0.34% -
XYZ 2.65 2.25 9.1 -
YUV 38.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 18 39 86 0.79 0.55 0 0.66 221.47 0.65 0.2
Hex 12 27 56 4F 37 0 42 DD 41 14
Octal 22 47 126 117 67 0 102 335 101 24
Binary 10010 100111 1010110 1001111 110111 0 1000010 11011101 1000001 10100

Color Harmonies of #122756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122756

Black with #122756

Text Example


Text Example

White with #122756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122756; }

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

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

background-color css

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

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

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

border-color css

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

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

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