Html Css Color HEX #161384 Ultramarine

📋 copy color: '#161384'

red 22 ◦ green 19 ◦ blue 132

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

Shades of Ultramarine #161384

Tints of Ultramarine #161384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 76.3%

R = 12.72%
G = 10.98%
B = 76.3%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#161384 (or 0x161384) is known color: Ultramarine. HEX triplet: 16, 13 and 84. RGB value is (22,19,132). Sum of RGB (Red+Green+Blue) = 22+19+132=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 132 (51.95% from 255 or 76.30% from 173); Max value from RGB is 132 - color contains mainly: blue. Hex color #161384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161384 is #E9EC7B. Grayscale: #202020. Windows color (decimal): -15330428 or 8655638. OLE color: 8655638.

HSL color Cylindrical-coordinate representation of color #161384: hue angle of 241.59º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #161384 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 22 19 132 -
CMYK 0.83 0.86 0 0.48
HSL 241.59º 0.75% 0.3% -
HSV(B) 241.59º 0.86% 0.52% -
XYZ 4.73 2.3 22.02 -
YUV 32.78 183.99 120.31 -
System Red Green Blue C M Y K H S L
Decimal 22 19 132 0.83 0.86 0 0.48 241.59 0.75 0.3
Hex 16 13 84 53 56 0 30 F2 4B 1E
Octal 26 23 204 123 126 0 60 362 113 36
Binary 10110 10011 10000100 1010011 1010110 0 110000 11110010 1001011 11110

Color Harmonies of #161384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161384

Black with #161384

Text Example


Text Example

White with #161384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161384; }

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

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

background-color css

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

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

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

border-color css

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

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

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