Html Css Color HEX #122356 Sapphire

📋 copy color: '#122356'

red 18 ◦ green 35 ◦ blue 86

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

Shades of Sapphire #122356

Tints of Sapphire #122356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.18%

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

R = 12.95%
G = 25.18%
B = 61.87%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#122356 (or 0x122356) is known color: Sapphire. HEX triplet: 12, 23 and 56. RGB value is (18,35,86). Sum of RGB (Red+Green+Blue) = 18+35+86=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #122356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122356 is #EDDCA9. Grayscale: #232323. Windows color (decimal): -15588522 or 5645074. OLE color: 5645074.

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

Color convert

RGB 18 35 86 -
CMYK 0.79 0.59 0 0.66
HSL 225º 0.65% 0.2% -
HSV(B) 225º 0.79% 0.34% -
XYZ 2.53 2 9.06 -
YUV 35.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 18 35 86 0.79 0.59 0 0.66 225 0.65 0.2
Hex 12 23 56 4F 3B 0 42 E1 41 14
Octal 22 43 126 117 73 0 102 341 101 24
Binary 10010 100011 1010110 1001111 111011 0 1000010 11100001 1000001 10100

Color Harmonies of #122356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122356

Black with #122356

Text Example


Text Example

White with #122356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122356; }

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

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

background-color css

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

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

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

border-color css

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

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

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