Html Css Color HEX #161382 Ultramarine

📋 copy color: '#161382'

red 22 ◦ green 19 ◦ blue 130

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

Shades of Ultramarine #161382

Tints of Ultramarine #161382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

 BLUE value IS 130 (51.17% from 255) = 76.02%

R = 12.87%
G = 11.11%
B = 76.02%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#161382 (or 0x161382) is known color: Ultramarine. HEX triplet: 16, 13 and 82. RGB value is (22,19,130). Sum of RGB (Red+Green+Blue) = 22+19+130=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #161382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161382 is #E9EC7D. Grayscale: #202020. Windows color (decimal): -15330430 or 8524566. OLE color: 8524566.

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

Color convert

RGB 22 19 130 -
CMYK 0.83 0.85 0 0.49
HSL 241.62º 0.74% 0.29% -
HSV(B) 241.62º 0.85% 0.51% -
XYZ 4.59 2.25 21.31 -
YUV 32.55 182.99 120.47 -
System Red Green Blue C M Y K H S L
Decimal 22 19 130 0.83 0.85 0 0.49 241.62 0.74 0.29
Hex 16 13 82 53 55 0 31 F2 4A 1D
Octal 26 23 202 123 125 0 61 362 112 35
Binary 10110 10011 10000010 1010011 1010101 0 110001 11110010 1001010 11101

Color Harmonies of #161382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161382

Black with #161382

Text Example


Text Example

White with #161382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161382; }

 p { color: rgb(22,19,130); }

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

background-color css

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

 a { background-color: rgb(22,19,130); }

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

border-color css

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

 span { border-color: rgb(22,19,130); }

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