Html Css Color HEX #161499 Ultramarine

📋 copy color: '#161499'

red 22 ◦ green 20 ◦ blue 153

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

Shades of Ultramarine #161499

Tints of Ultramarine #161499

RGB

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

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

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

R = 11.28%
G = 10.26%
B = 78.46%

CMYK

 C value IS 0.86

 M value IS 0.87

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#161499 (or 0x161499) is known color: Ultramarine. HEX triplet: 16, 14 and 99. RGB value is (22,20,153). Sum of RGB (Red+Green+Blue) = 22+20+153=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #161499 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161499 is #E9EB66. Grayscale: #232323. Windows color (decimal): -15330151 or 10032150. OLE color: 10032150.

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

Color convert

RGB 22 20 153 -
CMYK 0.86 0.87 0 0.4
HSL 240.9º 0.77% 0.34% -
HSV(B) 240.9º 0.87% 0.6% -
XYZ 6.33 2.97 30.38 -
YUV 35.76 194.16 118.19 -
System Red Green Blue C M Y K H S L
Decimal 22 20 153 0.86 0.87 0 0.4 240.9 0.77 0.34
Hex 16 14 99 56 57 0 28 F1 4D 22
Octal 26 24 231 126 127 0 50 361 115 42
Binary 10110 10100 10011001 1010110 1010111 0 101000 11110001 1001101 100010

Color Harmonies of #161499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161499

Black with #161499

Text Example


Text Example

White with #161499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161499; }

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

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

background-color css

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

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

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

border-color css

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

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

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