Html Css Color HEX #191089 Ultramarine

📋 copy color: '#191089'

red 25 ◦ green 16 ◦ blue 137

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

Shades of Ultramarine #191089

Tints of Ultramarine #191089

RGB

 RED value IS 25 (10.16% from 255) = 14.04%

 GREEN value IS 16 (6.64% from 255) = 8.99%

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

R = 14.04%
G = 8.99%
B = 76.97%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#191089 (or 0x191089) is known color: Ultramarine. HEX triplet: 19, 10 and 89. RGB value is (25,16,137). Sum of RGB (Red+Green+Blue) = 25+16+137=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 16 (6.64% from 255 or 8.99% 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 #191089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191089 is #E6EF76. Grayscale: #202020. Windows color (decimal): -15134583 or 8982553. OLE color: 8982553.

HSL color Cylindrical-coordinate representation of color #191089: hue angle of 244.46º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191089 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 16 137 -
CMYK 0.82 0.88 0 0.46
HSL 244.46º 0.79% 0.3% -
HSV(B) 244.46º 0.88% 0.54% -
XYZ 5.1 2.38 23.86 -
YUV 32.49 186.98 122.66 -
System Red Green Blue C M Y K H S L
Decimal 25 16 137 0.82 0.88 0 0.46 244.46 0.79 0.3
Hex 19 10 89 52 58 0 2E F4 4F 1E
Octal 31 20 211 122 130 0 56 364 117 36
Binary 11001 10000 10001001 1010010 1011000 0 101110 11110100 1001111 11110

Color Harmonies of #191089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191089

Black with #191089

Text Example


Text Example

White with #191089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191089; }

 p { color: rgb(25,16,137); }

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

background-color css

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

 a { background-color: rgb(25,16,137); }

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

border-color css

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

 span { border-color: rgb(25,16,137); }

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