Html Css Color HEX #160995 Ultramarine

📋 copy color: '#160995'

red 22 ◦ green 9 ◦ blue 149

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

Shades of Ultramarine #160995

Tints of Ultramarine #160995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5%

 BLUE value IS 149 (58.59% from 255) = 82.78%

R = 12.22%
G = 5%
B = 82.78%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#160995 (or 0x160995) is known color: Ultramarine. HEX triplet: 16, 09 and 95. RGB value is (22,9,149). Sum of RGB (Red+Green+Blue) = 22+9+149=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 149 (58.59% from 255 or 82.78% from 180); Max value from RGB is 149 - color contains mainly: blue. Hex color #160995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160995 is #E9F66A. Grayscale: #1C1C1C. Windows color (decimal): -15332971 or 9767190. OLE color: 9767190.

HSL color Cylindrical-coordinate representation of color #160995: hue angle of 245.57º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160995 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 9 149 -
CMYK 0.85 0.94 0 0.42
HSL 245.57º 0.89% 0.31% -
HSV(B) 245.57º 0.94% 0.58% -
XYZ 5.85 2.54 28.61 -
YUV 28.85 195.81 123.12 -
System Red Green Blue C M Y K H S L
Decimal 22 9 149 0.85 0.94 0 0.42 245.57 0.89 0.31
Hex 16 9 95 55 5E 0 2A F6 59 1F
Octal 26 11 225 125 136 0 52 366 131 37
Binary 10110 1001 10010101 1010101 1011110 0 101010 11110110 1011001 11111

Color Harmonies of #160995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160995

Black with #160995

Text Example


Text Example

White with #160995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160995; }

 p { color: rgb(22,9,149); }

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

background-color css

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

 a { background-color: rgb(22,9,149); }

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

border-color css

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

 span { border-color: rgb(22,9,149); }

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