Html Css Color HEX #161494 Ultramarine

📋 copy color: '#161494'

red 22 ◦ green 20 ◦ blue 148

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

Shades of Ultramarine #161494

Tints of Ultramarine #161494

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.53%

 BLUE value IS 148 (58.2% from 255) = 77.89%

R = 11.58%
G = 10.53%
B = 77.89%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#161494 (or 0x161494) is known color: Ultramarine. HEX triplet: 16, 14 and 94. RGB value is (22,20,148). Sum of RGB (Red+Green+Blue) = 22+20+148=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #161494 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161494 is #E9EB6B. Grayscale: #222222. Windows color (decimal): -15330156 or 9704470. OLE color: 9704470.

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

Color convert

RGB 22 20 148 -
CMYK 0.85 0.86 0 0.42
HSL 240.94º 0.76% 0.33% -
HSV(B) 240.94º 0.86% 0.58% -
XYZ 5.93 2.81 28.25 -
YUV 35.19 191.66 118.59 -
System Red Green Blue C M Y K H S L
Decimal 22 20 148 0.85 0.86 0 0.42 240.94 0.76 0.33
Hex 16 14 94 55 56 0 2A F1 4C 21
Octal 26 24 224 125 126 0 52 361 114 41
Binary 10110 10100 10010100 1010101 1010110 0 101010 11110001 1001100 100001

Color Harmonies of #161494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161494

Black with #161494

Text Example


Text Example

White with #161494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161494; }

 p { color: rgb(22,20,148); }

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

background-color css

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

 a { background-color: rgb(22,20,148); }

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

border-color css

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

 span { border-color: rgb(22,20,148); }

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