Html Css Color HEX #122656 Sapphire

📋 copy color: '#122656'

red 18 ◦ green 38 ◦ blue 86

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

Shades of Sapphire #122656

Tints of Sapphire #122656

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.76%

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

R = 12.68%
G = 26.76%
B = 60.56%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#122656 (or 0x122656) is known color: Sapphire. HEX triplet: 12, 26 and 56. RGB value is (18,38,86). Sum of RGB (Red+Green+Blue) = 18+38+86=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 86 (33.98% from 255 or 60.56% from 142); Max value from RGB is 86 - color contains mainly: blue. Hex color #122656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122656 is #EDD9A9. Grayscale: #252525. Windows color (decimal): -15587754 or 5645842. OLE color: 5645842.

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

Color convert

RGB 18 38 86 -
CMYK 0.79 0.56 0 0.66
HSL 222.35º 0.65% 0.2% -
HSV(B) 222.35º 0.79% 0.34% -
XYZ 2.62 2.19 9.09 -
YUV 37.49 155.37 114.1 -
System Red Green Blue C M Y K H S L
Decimal 18 38 86 0.79 0.56 0 0.66 222.35 0.65 0.2
Hex 12 26 56 4F 38 0 42 DE 41 14
Octal 22 46 126 117 70 0 102 336 101 24
Binary 10010 100110 1010110 1001111 111000 0 1000010 11011110 1000001 10100

Color Harmonies of #122656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122656

Black with #122656

Text Example


Text Example

White with #122656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122656; }

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

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

background-color css

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

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

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

border-color css

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

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

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