Html Css Color HEX #161992 Ultramarine

📋 copy color: '#161992'

red 22 ◦ green 25 ◦ blue 146

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

Shades of Ultramarine #161992

Tints of Ultramarine #161992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 75.65%

R = 11.4%
G = 12.95%
B = 75.65%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#161992 (or 0x161992) is known color: Ultramarine. HEX triplet: 16, 19 and 92. RGB value is (22,25,146). Sum of RGB (Red+Green+Blue) = 22+25+146=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #161992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161992 is #E9E66D. Grayscale: #252525. Windows color (decimal): -15328878 or 9574678. OLE color: 9574678.

HSL color Cylindrical-coordinate representation of color #161992: hue angle of 238.55º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #161992 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 22 25 146 -
CMYK 0.85 0.83 0 0.43
HSL 238.55º 0.74% 0.33% -
HSV(B) 238.55º 0.85% 0.57% -
XYZ 5.87 2.94 27.45 -
YUV 37.9 189.01 116.66 -
System Red Green Blue C M Y K H S L
Decimal 22 25 146 0.85 0.83 0 0.43 238.55 0.74 0.33
Hex 16 19 92 55 53 0 2B EF 4A 21
Octal 26 31 222 125 123 0 53 357 112 41
Binary 10110 11001 10010010 1010101 1010011 0 101011 11101111 1001010 100001

Color Harmonies of #161992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161992

Black with #161992

Text Example


Text Example

White with #161992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161992; }

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

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

background-color css

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

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

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

border-color css

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

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

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