Html Css Color HEX #161994 Ultramarine

📋 copy color: '#161994'

red 22 ◦ green 25 ◦ blue 148

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

Shades of Ultramarine #161994

Tints of Ultramarine #161994

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.82%

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

R = 11.28%
G = 12.82%
B = 75.9%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#161994 (or 0x161994) is known color: Ultramarine. HEX triplet: 16, 19 and 94. RGB value is (22,25,148). Sum of RGB (Red+Green+Blue) = 22+25+148=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 148 (58.20% from 255 or 75.90% from 195); Max value from RGB is 148 - color contains mainly: blue. Hex color #161994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161994 is #E9E66B. Grayscale: #252525. Windows color (decimal): -15328876 or 9705750. OLE color: 9705750.

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

Color convert

RGB 22 25 148 -
CMYK 0.85 0.83 0 0.42
HSL 238.57º 0.74% 0.33% -
HSV(B) 238.57º 0.85% 0.58% -
XYZ 6.02 3 28.28 -
YUV 38.13 190.01 116.5 -
System Red Green Blue C M Y K H S L
Decimal 22 25 148 0.85 0.83 0 0.42 238.57 0.74 0.33
Hex 16 19 94 55 53 0 2A EF 4A 21
Octal 26 31 224 125 123 0 52 357 112 41
Binary 10110 11001 10010100 1010101 1010011 0 101010 11101111 1001010 100001

Color Harmonies of #161994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161994

Black with #161994

Text Example


Text Example

White with #161994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161994; }

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

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

background-color css

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

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

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

border-color css

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

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

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