Html Css Color HEX #161999 Ultramarine

📋 copy color: '#161999'

red 22 ◦ green 25 ◦ blue 153

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

Shades of Ultramarine #161999

Tints of Ultramarine #161999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 76.5%

R = 11%
G = 12.5%
B = 76.5%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#161999 (or 0x161999) is known color: Ultramarine. HEX triplet: 16, 19 and 99. RGB value is (22,25,153). Sum of RGB (Red+Green+Blue) = 22+25+153=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 153 (60.16% from 255 or 76.5% from 200); Max value from RGB is 153 - color contains mainly: blue. Hex color #161999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161999 is #E9E666. Grayscale: #262626. Windows color (decimal): -15328871 or 10033430. OLE color: 10033430.

HSL color Cylindrical-coordinate representation of color #161999: hue angle of 238.63º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #161999 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 25 153 -
CMYK 0.86 0.84 0 0.4
HSL 238.63º 0.75% 0.34% -
HSV(B) 238.63º 0.86% 0.6% -
XYZ 6.43 3.17 30.41 -
YUV 38.7 192.51 116.09 -
System Red Green Blue C M Y K H S L
Decimal 22 25 153 0.86 0.84 0 0.4 238.63 0.75 0.34
Hex 16 19 99 56 54 0 28 EF 4B 22
Octal 26 31 231 126 124 0 50 357 113 42
Binary 10110 11001 10011001 1010110 1010100 0 101000 11101111 1001011 100010

Color Harmonies of #161999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161999

Black with #161999

Text Example


Text Example

White with #161999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161999; }

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

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

background-color css

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

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

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

border-color css

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

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

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