Html Css Color HEX #161988 Ultramarine

📋 copy color: '#161988'

red 22 ◦ green 25 ◦ blue 136

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

Shades of Ultramarine #161988

Tints of Ultramarine #161988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 74.32%

R = 12.02%
G = 13.66%
B = 74.32%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#161988 (or 0x161988) is known color: Ultramarine. HEX triplet: 16, 19 and 88. RGB value is (22,25,136). Sum of RGB (Red+Green+Blue) = 22+25+136=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 136 (53.52% from 255 or 74.32% from 183); Max value from RGB is 136 - color contains mainly: blue. Hex color #161988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161988 is #E9E677. Grayscale: #242424. Windows color (decimal): -15328888 or 8919318. OLE color: 8919318.

HSL color Cylindrical-coordinate representation of color #161988: hue angle of 238.42º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #161988 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 22 25 136 -
CMYK 0.84 0.82 0 0.47
HSL 238.42º 0.72% 0.31% -
HSV(B) 238.42º 0.84% 0.53% -
XYZ 5.12 2.64 23.53 -
YUV 36.76 184.01 117.47 -
System Red Green Blue C M Y K H S L
Decimal 22 25 136 0.84 0.82 0 0.47 238.42 0.72 0.31
Hex 16 19 88 54 52 0 2F EE 48 1F
Octal 26 31 210 124 122 0 57 356 110 37
Binary 10110 11001 10001000 1010100 1010010 0 101111 11101110 1001000 11111

Color Harmonies of #161988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161988

Black with #161988

Text Example


Text Example

White with #161988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161988; }

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

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

background-color css

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

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

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

border-color css

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

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

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