Html Css Color HEX #161997 Ultramarine

📋 copy color: '#161997'

red 22 ◦ green 25 ◦ blue 151

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

Shades of Ultramarine #161997

Tints of Ultramarine #161997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.63%

 BLUE value IS 151 (59.38% from 255) = 76.26%

R = 11.11%
G = 12.63%
B = 76.26%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#161997 (or 0x161997) is known color: Ultramarine. HEX triplet: 16, 19 and 97. RGB value is (22,25,151). Sum of RGB (Red+Green+Blue) = 22+25+151=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 151 (59.38% from 255 or 76.26% from 198); Max value from RGB is 151 - color contains mainly: blue. Hex color #161997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161997 is #E9E668. Grayscale: #252525. Windows color (decimal): -15328873 or 9902358. OLE color: 9902358.

HSL color Cylindrical-coordinate representation of color #161997: hue angle of 238.6º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #161997 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 22 25 151 -
CMYK 0.85 0.83 0 0.41
HSL 238.6º 0.75% 0.34% -
HSV(B) 238.6º 0.85% 0.59% -
XYZ 6.26 3.1 29.55 -
YUV 38.47 191.51 116.25 -
System Red Green Blue C M Y K H S L
Decimal 22 25 151 0.85 0.83 0 0.41 238.6 0.75 0.34
Hex 16 19 97 55 53 0 29 EF 4B 22
Octal 26 31 227 125 123 0 51 357 113 42
Binary 10110 11001 10010111 1010101 1010011 0 101001 11101111 1001011 100010

Color Harmonies of #161997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161997

Black with #161997

Text Example


Text Example

White with #161997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161997; }

 p { color: rgb(22,25,151); }

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

background-color css

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

 a { background-color: rgb(22,25,151); }

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

border-color css

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

 span { border-color: rgb(22,25,151); }

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