Html Css Color HEX #161389 Ultramarine

📋 copy color: '#161389'

red 22 ◦ green 19 ◦ blue 137

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

Shades of Ultramarine #161389

Tints of Ultramarine #161389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 76.97%

R = 12.36%
G = 10.67%
B = 76.97%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#161389 (or 0x161389) is known color: Ultramarine. HEX triplet: 16, 13 and 89. RGB value is (22,19,137). Sum of RGB (Red+Green+Blue) = 22+19+137=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 137 (53.91% from 255 or 76.97% from 178); Max value from RGB is 137 - color contains mainly: blue. Hex color #161389 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161389 is #E9EC76. Grayscale: #202020. Windows color (decimal): -15330423 or 8983318. OLE color: 8983318.

HSL color Cylindrical-coordinate representation of color #161389: hue angle of 241.53º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #161389 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 22 19 137 -
CMYK 0.84 0.86 0 0.46
HSL 241.53º 0.76% 0.31% -
HSV(B) 241.53º 0.86% 0.54% -
XYZ 5.08 2.44 23.87 -
YUV 33.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 22 19 137 0.84 0.86 0 0.46 241.53 0.76 0.31
Hex 16 13 89 54 56 0 2E F2 4C 1F
Octal 26 23 211 124 126 0 56 362 114 37
Binary 10110 10011 10001001 1010100 1010110 0 101110 11110010 1001100 11111

Color Harmonies of #161389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161389

Black with #161389

Text Example


Text Example

White with #161389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161389; }

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

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

background-color css

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

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

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

border-color css

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

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

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