Html Css Color HEX #160295 Ultramarine

📋 copy color: '#160295'

red 22 ◦ green 2 ◦ blue 149

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

Shades of Ultramarine #160295

Tints of Ultramarine #160295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 12.72%
G = 1.16%
B = 86.13%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#160295 (or 0x160295) is known color: Ultramarine. HEX triplet: 16, 02 and 95. RGB value is (22,2,149). Sum of RGB (Red+Green+Blue) = 22+2+149=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 149 (58.59% from 255 or 86.13% from 173); Max value from RGB is 149 - color contains mainly: blue. Hex color #160295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160295 is #E9FD6A. Grayscale: #181818. Windows color (decimal): -15334763 or 9765398. OLE color: 9765398.

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

Color convert

RGB 22 2 149 -
CMYK 0.85 0.99 0 0.42
HSL 248.16º 0.97% 0.3% -
HSV(B) 248.16º 0.99% 0.58% -
XYZ 5.78 2.38 28.59 -
YUV 24.74 198.13 126.05 -
System Red Green Blue C M Y K H S L
Decimal 22 2 149 0.85 0.99 0 0.42 248.16 0.97 0.3
Hex 16 2 95 55 63 0 2A F8 61 1E
Octal 26 2 225 125 143 0 52 370 141 36
Binary 10110 10 10010101 1010101 1100011 0 101010 11111000 1100001 11110

Color Harmonies of #160295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160295

Black with #160295

Text Example


Text Example

White with #160295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160295; }

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

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

background-color css

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

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

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

border-color css

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

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

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