Html Css Color HEX #161095 Ultramarine

📋 copy color: '#161095'

red 22 ◦ green 16 ◦ blue 149

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

Shades of Ultramarine #161095

Tints of Ultramarine #161095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.56%

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

R = 11.76%
G = 8.56%
B = 79.68%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#161095 (or 0x161095) is known color: Ultramarine. HEX triplet: 16, 10 and 95. RGB value is (22,16,149). Sum of RGB (Red+Green+Blue) = 22+16+149=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #161095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161095 is #E9EF6A. Grayscale: #202020. Windows color (decimal): -15331179 or 9768982. OLE color: 9768982.

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

Color convert

RGB 22 16 149 -
CMYK 0.85 0.89 0 0.42
HSL 242.71º 0.81% 0.32% -
HSV(B) 242.71º 0.89% 0.58% -
XYZ 5.94 2.71 28.64 -
YUV 32.96 193.49 120.19 -
System Red Green Blue C M Y K H S L
Decimal 22 16 149 0.85 0.89 0 0.42 242.71 0.81 0.32
Hex 16 10 95 55 59 0 2A F3 51 20
Octal 26 20 225 125 131 0 52 363 121 40
Binary 10110 10000 10010101 1010101 1011001 0 101010 11110011 1010001 100000

Color Harmonies of #161095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161095

Black with #161095

Text Example


Text Example

White with #161095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161095; }

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

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

background-color css

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

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

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

border-color css

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

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

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