Html Css Color HEX #161198 Ultramarine

📋 copy color: '#161198'

red 22 ◦ green 17 ◦ blue 152

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

Shades of Ultramarine #161198

Tints of Ultramarine #161198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 79.58%

R = 11.52%
G = 8.9%
B = 79.58%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#161198 (or 0x161198) is known color: Ultramarine. HEX triplet: 16, 11 and 98. RGB value is (22,17,152). Sum of RGB (Red+Green+Blue) = 22+17+152=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 152 (59.77% from 255 or 79.58% from 191); Max value from RGB is 152 - color contains mainly: blue. Hex color #161198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161198 is #E9EE67. Grayscale: #212121. Windows color (decimal): -15330920 or 9965846. OLE color: 9965846.

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

Color convert

RGB 22 17 152 -
CMYK 0.86 0.89 0 0.40
HSL 242.22º 0.8% 0.33% -
HSV(B) 242.22º 0.89% 0.6% -
XYZ 6.2 2.84 29.93 -
YUV 33.89 194.66 119.52 -
System Red Green Blue C M Y K H S L
Decimal 22 17 152 0.86 0.89 0 0.40 242.22 0.8 0.33
Hex 16 11 98 56 59 0 28 F2 50 21
Octal 26 21 230 126 131 0 50 362 120 41
Binary 10110 10001 10011000 1010110 1011001 0 101000 11110010 1010000 100001

Color Harmonies of #161198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161198

Black with #161198

Text Example


Text Example

White with #161198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161198; }

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

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

background-color css

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

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

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

border-color css

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

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

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