Html Css Color HEX #160990 Ultramarine

📋 copy color: '#160990'

red 22 ◦ green 9 ◦ blue 144

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

Shades of Ultramarine #160990

Tints of Ultramarine #160990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 82.29%

R = 12.57%
G = 5.14%
B = 82.29%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#160990 (or 0x160990) is known color: Ultramarine. HEX triplet: 16, 09 and 90. RGB value is (22,9,144). Sum of RGB (Red+Green+Blue) = 22+9+144=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 144 (56.64% from 255 or 82.29% from 175); Max value from RGB is 144 - color contains mainly: blue. Hex color #160990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160990 is #E9F66F. Grayscale: #1B1B1B. Windows color (decimal): -15332976 or 9439510. OLE color: 9439510.

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

Color convert

RGB 22 9 144 -
CMYK 0.85 0.94 0 0.44
HSL 245.78º 0.88% 0.3% -
HSV(B) 245.78º 0.94% 0.56% -
XYZ 5.46 2.38 26.56 -
YUV 28.28 193.31 123.52 -
System Red Green Blue C M Y K H S L
Decimal 22 9 144 0.85 0.94 0 0.44 245.78 0.88 0.3
Hex 16 9 90 55 5E 0 2C F6 58 1E
Octal 26 11 220 125 136 0 54 366 130 36
Binary 10110 1001 10010000 1010101 1011110 0 101100 11110110 1011000 11110

Color Harmonies of #160990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160990

Black with #160990

Text Example


Text Example

White with #160990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160990; }

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

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

background-color css

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

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

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

border-color css

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

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

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