Html Css Color HEX #161395 Ultramarine

📋 copy color: '#161395'

red 22 ◦ green 19 ◦ blue 149

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

Shades of Ultramarine #161395

Tints of Ultramarine #161395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10%

 BLUE value IS 149 (58.59% from 255) = 78.42%

R = 11.58%
G = 10%
B = 78.42%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#161395 (or 0x161395) is known color: Ultramarine. HEX triplet: 16, 13 and 95. RGB value is (22,19,149). Sum of RGB (Red+Green+Blue) = 22+19+149=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #161395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161395 is #E9EC6A. Grayscale: #222222. Windows color (decimal): -15330411 or 9769750. OLE color: 9769750.

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

Color convert

RGB 22 19 149 -
CMYK 0.85 0.87 0 0.42
HSL 241.38º 0.77% 0.33% -
HSV(B) 241.38º 0.87% 0.58% -
XYZ 5.99 2.81 28.66 -
YUV 34.72 192.49 118.93 -
System Red Green Blue C M Y K H S L
Decimal 22 19 149 0.85 0.87 0 0.42 241.38 0.77 0.33
Hex 16 13 95 55 57 0 2A F1 4D 21
Octal 26 23 225 125 127 0 52 361 115 41
Binary 10110 10011 10010101 1010101 1010111 0 101010 11110001 1001101 100001

Color Harmonies of #161395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161395

Black with #161395

Text Example


Text Example

White with #161395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161395; }

 p { color: rgb(22,19,149); }

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

background-color css

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

 a { background-color: rgb(22,19,149); }

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

border-color css

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

 span { border-color: rgb(22,19,149); }

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