Html Css Color HEX #161599 Ultramarine

📋 copy color: '#161599'

red 22 ◦ green 21 ◦ blue 153

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

Shades of Ultramarine #161599

Tints of Ultramarine #161599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

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

R = 11.22%
G = 10.71%
B = 78.06%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#161599 (or 0x161599) is known color: Ultramarine. HEX triplet: 16, 15 and 99. RGB value is (22,21,153). Sum of RGB (Red+Green+Blue) = 22+21+153=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 153 (60.16% from 255 or 78.06% from 196); Max value from RGB is 153 - color contains mainly: blue. Hex color #161599 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161599 is #E9EA66. Grayscale: #232323. Windows color (decimal): -15329895 or 10032406. OLE color: 10032406.

HSL color Cylindrical-coordinate representation of color #161599: hue angle of 240.45º degrees, saturation: 0.76, 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 #161599 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 21 153 -
CMYK 0.86 0.86 0 0.4
HSL 240.45º 0.76% 0.34% -
HSV(B) 240.45º 0.86% 0.6% -
XYZ 6.35 3.01 30.38 -
YUV 36.35 193.83 117.77 -
System Red Green Blue C M Y K H S L
Decimal 22 21 153 0.86 0.86 0 0.4 240.45 0.76 0.34
Hex 16 15 99 56 56 0 28 F0 4C 22
Octal 26 25 231 126 126 0 50 360 114 42
Binary 10110 10101 10011001 1010110 1010110 0 101000 11110000 1001100 100010

Color Harmonies of #161599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161599

Black with #161599

Text Example


Text Example

White with #161599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161599; }

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

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

background-color css

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

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

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

border-color css

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

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

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