Html Css Color HEX #160091 Ultramarine

📋 copy color: '#160091'

red 22 ◦ green 0 ◦ blue 145

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

Shades of Ultramarine #160091

Tints of Ultramarine #160091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 86.83%

R = 13.17%
G = 0%
B = 86.83%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#160091 (or 0x160091) is known color: Ultramarine. HEX triplet: 16, 00 and 91. RGB value is (22,0,145). Sum of RGB (Red+Green+Blue) = 22+0+145=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 145 (57.03% from 255 or 86.83% from 167); Max value from RGB is 145 - color contains mainly: blue. Hex color #160091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160091 is #E9FF6E. Grayscale: #161616. Windows color (decimal): -15335279 or 9502742. OLE color: 9502742.

HSL color Cylindrical-coordinate representation of color #160091: hue angle of 249.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160091 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 22 0 145 -
CMYK 0.85 1 0 0.43
HSL 249.1º 1% 0.28% -
HSV(B) 249.1º 1% 0.57% -
XYZ 5.44 2.21 26.93 -
YUV 23.11 196.79 127.21 -
System Red Green Blue C M Y K H S L
Decimal 22 0 145 0.85 1 0 0.43 249.1 1 0.28
Hex 16 0 91 55 64 0 2B F9 64 1C
Octal 26 0 221 125 144 0 53 371 144 34
Binary 10110 0 10010001 1010101 1100100 0 101011 11111001 1100100 11100

Color Harmonies of #160091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160091

Black with #160091

Text Example


Text Example

White with #160091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160091; }

 p { color: rgb(22,0,145); }

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

background-color css

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

 a { background-color: rgb(22,0,145); }

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

border-color css

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

 span { border-color: rgb(22,0,145); }

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