Html Css Color HEX #161197 Ultramarine

📋 copy color: '#161197'

red 22 ◦ green 17 ◦ blue 151

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

Shades of Ultramarine #161197

Tints of Ultramarine #161197

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.95%

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

R = 11.58%
G = 8.95%
B = 79.47%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#161197 (or 0x161197) is known color: Ultramarine. HEX triplet: 16, 11 and 97. RGB value is (22,17,151). Sum of RGB (Red+Green+Blue) = 22+17+151=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 151 (59.38% from 255 or 79.47% from 190); Max value from RGB is 151 - color contains mainly: blue. Hex color #161197 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161197 is #E9EE68. Grayscale: #212121. Windows color (decimal): -15330921 or 9900310. OLE color: 9900310.

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

Color convert

RGB 22 17 151 -
CMYK 0.85 0.89 0 0.41
HSL 242.24º 0.8% 0.33% -
HSV(B) 242.24º 0.89% 0.59% -
XYZ 6.12 2.81 29.5 -
YUV 33.77 194.16 119.6 -
System Red Green Blue C M Y K H S L
Decimal 22 17 151 0.85 0.89 0 0.41 242.24 0.8 0.33
Hex 16 11 97 55 59 0 29 F2 50 21
Octal 26 21 227 125 131 0 51 362 120 41
Binary 10110 10001 10010111 1010101 1011001 0 101001 11110010 1010000 100001

Color Harmonies of #161197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161197

Black with #161197

Text Example


Text Example

White with #161197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161197; }

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

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

background-color css

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

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

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

border-color css

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

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

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