Html Css Color HEX #160988 Ultramarine

📋 copy color: '#160988'

red 22 ◦ green 9 ◦ blue 136

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

Shades of Ultramarine #160988

Tints of Ultramarine #160988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 81.44%

R = 13.17%
G = 5.39%
B = 81.44%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#160988 (or 0x160988) is known color: Ultramarine. HEX triplet: 16, 09 and 88. RGB value is (22,9,136). Sum of RGB (Red+Green+Blue) = 22+9+136=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 136 (53.52% from 255 or 81.44% from 167); Max value from RGB is 136 - color contains mainly: blue. Hex color #160988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160988 is #E9F677. Grayscale: #1A1A1A. Windows color (decimal): -15332984 or 8915222. OLE color: 8915222.

HSL color Cylindrical-coordinate representation of color #160988: hue angle of 246.14º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160988 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 22 9 136 -
CMYK 0.84 0.93 0 0.47
HSL 246.14º 0.88% 0.28% -
HSV(B) 246.14º 0.93% 0.53% -
XYZ 4.87 2.14 23.45 -
YUV 27.37 189.31 124.17 -
System Red Green Blue C M Y K H S L
Decimal 22 9 136 0.84 0.93 0 0.47 246.14 0.88 0.28
Hex 16 9 88 54 5D 0 2F F6 58 1C
Octal 26 11 210 124 135 0 57 366 130 34
Binary 10110 1001 10001000 1010100 1011101 0 101111 11110110 1011000 11100

Color Harmonies of #160988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160988

Black with #160988

Text Example


Text Example

White with #160988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160988; }

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

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

background-color css

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

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

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

border-color css

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

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

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