Html Css Color HEX #161990 Ultramarine

📋 copy color: '#161990'

red 22 ◦ green 25 ◦ blue 144

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

Shades of Ultramarine #161990

Tints of Ultramarine #161990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 75.39%

R = 11.52%
G = 13.09%
B = 75.39%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#161990 (or 0x161990) is known color: Ultramarine. HEX triplet: 16, 19 and 90. RGB value is (22,25,144). Sum of RGB (Red+Green+Blue) = 22+25+144=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 144 (56.64% from 255 or 75.39% from 191); Max value from RGB is 144 - color contains mainly: blue. Hex color #161990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161990 is #E9E66F. Grayscale: #252525. Windows color (decimal): -15328880 or 9443606. OLE color: 9443606.

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

Color convert

RGB 22 25 144 -
CMYK 0.85 0.83 0 0.44
HSL 238.52º 0.73% 0.33% -
HSV(B) 238.52º 0.85% 0.56% -
XYZ 5.71 2.88 26.64 -
YUV 37.67 188.01 116.82 -
System Red Green Blue C M Y K H S L
Decimal 22 25 144 0.85 0.83 0 0.44 238.52 0.73 0.33
Hex 16 19 90 55 53 0 2C EF 49 21
Octal 26 31 220 125 123 0 54 357 111 41
Binary 10110 11001 10010000 1010101 1010011 0 101100 11101111 1001001 100001

Color Harmonies of #161990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161990

Black with #161990

Text Example


Text Example

White with #161990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161990; }

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

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

background-color css

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

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

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

border-color css

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

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

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