Html Css Color HEX #160596 Ultramarine

📋 copy color: '#160596'

red 22 ◦ green 5 ◦ blue 150

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

Shades of Ultramarine #160596

Tints of Ultramarine #160596

RGB

 RED value IS 22 (8.98% from 255) = 12.43%

 GREEN value IS 5 (2.34% from 255) = 2.82%

 BLUE value IS 150 (58.98% from 255) = 84.75%

R = 12.43%
G = 2.82%
B = 84.75%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#160596 (or 0x160596) is known color: Ultramarine. HEX triplet: 16, 05 and 96. RGB value is (22,5,150). Sum of RGB (Red+Green+Blue) = 22+5+150=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 150 (58.98% from 255 or 84.75% from 177); Max value from RGB is 150 - color contains mainly: blue. Hex color #160596 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160596 is #E9FA69. Grayscale: #1A1A1A. Windows color (decimal): -15333994 or 9831702. OLE color: 9831702.

HSL color Cylindrical-coordinate representation of color #160596: hue angle of 247.03º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #160596 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 22 5 150 -
CMYK 0.85 0.97 0 0.41
HSL 247.03º 0.94% 0.3% -
HSV(B) 247.03º 0.97% 0.59% -
XYZ 5.89 2.48 29.02 -
YUV 26.61 197.63 124.71 -
System Red Green Blue C M Y K H S L
Decimal 22 5 150 0.85 0.97 0 0.41 247.03 0.94 0.3
Hex 16 5 96 55 61 0 29 F7 5E 1E
Octal 26 5 226 125 141 0 51 367 136 36
Binary 10110 101 10010110 1010101 1100001 0 101001 11110111 1011110 11110

Color Harmonies of #160596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160596

Black with #160596

Text Example


Text Example

White with #160596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160596; }

 p { color: rgb(22,5,150); }

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

background-color css

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

 a { background-color: rgb(22,5,150); }

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

border-color css

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

 span { border-color: rgb(22,5,150); }

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