Html Css Color HEX #160495 Ultramarine

📋 copy color: '#160495'

red 22 ◦ green 4 ◦ blue 149

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

Shades of Ultramarine #160495

Tints of Ultramarine #160495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

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

R = 12.57%
G = 2.29%
B = 85.14%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#160495 (or 0x160495) is known color: Ultramarine. HEX triplet: 16, 04 and 95. RGB value is (22,4,149). Sum of RGB (Red+Green+Blue) = 22+4+149=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 149 (58.59% from 255 or 85.14% from 175); Max value from RGB is 149 - color contains mainly: blue. Hex color #160495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160495 is #E9FB6A. Grayscale: #191919. Windows color (decimal): -15334251 or 9765910. OLE color: 9765910.

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

Color convert

RGB 22 4 149 -
CMYK 0.85 0.97 0 0.42
HSL 247.45º 0.95% 0.3% -
HSV(B) 247.45º 0.97% 0.58% -
XYZ 5.8 2.43 28.6 -
YUV 25.91 197.46 125.21 -
System Red Green Blue C M Y K H S L
Decimal 22 4 149 0.85 0.97 0 0.42 247.45 0.95 0.3
Hex 16 4 95 55 61 0 2A F7 5F 1E
Octal 26 4 225 125 141 0 52 367 137 36
Binary 10110 100 10010101 1010101 1100001 0 101010 11110111 1011111 11110

Color Harmonies of #160495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160495

Black with #160495

Text Example


Text Example

White with #160495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160495; }

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

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

background-color css

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

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

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

border-color css

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

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

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