Html Css Color HEX #160195 Ultramarine

📋 copy color: '#160195'

red 22 ◦ green 1 ◦ blue 149

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

Shades of Ultramarine #160195

Tints of Ultramarine #160195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 12.79%
G = 0.58%
B = 86.63%

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

#160195 (or 0x160195) is known color: Ultramarine. HEX triplet: 16, 01 and 95. RGB value is (22,1,149). Sum of RGB (Red+Green+Blue) = 22+1+149=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 149 (58.59% from 255 or 86.63% from 172); Max value from RGB is 149 - color contains mainly: blue. Hex color #160195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160195 is #E9FE6A. Grayscale: #171717. Windows color (decimal): -15335019 or 9765142. OLE color: 9765142.

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

Color convert

RGB 22 1 149 -
CMYK 0.85 0.99 0 0.42
HSL 248.51º 0.99% 0.29% -
HSV(B) 248.51º 0.99% 0.58% -
XYZ 5.77 2.36 28.59 -
YUV 24.15 198.46 126.47 -
System Red Green Blue C M Y K H S L
Decimal 22 1 149 0.85 0.99 0 0.42 248.51 0.99 0.29
Hex 16 1 95 55 63 0 2A F9 63 1D
Octal 26 1 225 125 143 0 52 371 143 35
Binary 10110 1 10010101 1010101 1100011 0 101010 11111001 1100011 11101

Color Harmonies of #160195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160195

Black with #160195

Text Example


Text Example

White with #160195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160195; }

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

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

background-color css

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

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

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

border-color css

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

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

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