Html Css Color HEX #160090 Ultramarine

📋 copy color: '#160090'

red 22 ◦ green 0 ◦ blue 144

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

Shades of Ultramarine #160090

Tints of Ultramarine #160090

RGB

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

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

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

R = 13.25%
G = 0%
B = 86.75%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#160090 (or 0x160090) is known color: Ultramarine. HEX triplet: 16, 00 and 90. RGB value is (22,0,144). Sum of RGB (Red+Green+Blue) = 22+0+144=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 144 (56.64% from 255 or 86.75% from 166); Max value from RGB is 144 - color contains mainly: blue. Hex color #160090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160090 is #E9FF6F. Grayscale: #161616. Windows color (decimal): -15335280 or 9437206. OLE color: 9437206.

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

Color convert

RGB 22 0 144 -
CMYK 0.85 1 0 0.44
HSL 249.17º 1% 0.28% -
HSV(B) 249.17º 1% 0.56% -
XYZ 5.36 2.18 26.52 -
YUV 22.99 196.29 127.29 -
System Red Green Blue C M Y K H S L
Decimal 22 0 144 0.85 1 0 0.44 249.17 1 0.28
Hex 16 0 90 55 64 0 2C F9 64 1C
Octal 26 0 220 125 144 0 54 371 144 34
Binary 10110 0 10010000 1010101 1100100 0 101100 11111001 1100100 11100

Color Harmonies of #160090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160090

Black with #160090

Text Example


Text Example

White with #160090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160090; }

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

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

background-color css

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

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

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

border-color css

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

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

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