Html Css Color HEX #191889 Ultramarine

📋 copy color: '#191889'

red 25 ◦ green 24 ◦ blue 137

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

Shades of Ultramarine #191889

Tints of Ultramarine #191889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.9%

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

R = 13.44%
G = 12.9%
B = 73.66%

CMYK

 C value IS 0.82

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#191889 (or 0x191889) is known color: Ultramarine. HEX triplet: 19, 18 and 89. RGB value is (25,24,137). Sum of RGB (Red+Green+Blue) = 25+24+137=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 137 (53.91% from 255 or 73.66% from 186); Max value from RGB is 137 - color contains mainly: blue. Hex color #191889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191889 is #E6E776. Grayscale: #242424. Windows color (decimal): -15132535 or 8984601. OLE color: 8984601.

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

Color convert

RGB 25 24 137 -
CMYK 0.82 0.82 0 0.46
HSL 240.53º 0.7% 0.32% -
HSV(B) 240.53º 0.82% 0.54% -
XYZ 5.24 2.67 23.91 -
YUV 37.18 184.33 119.31 -
System Red Green Blue C M Y K H S L
Decimal 25 24 137 0.82 0.82 0 0.46 240.53 0.7 0.32
Hex 19 18 89 52 52 0 2E F1 46 20
Octal 31 30 211 122 122 0 56 361 106 40
Binary 11001 11000 10001001 1010010 1010010 0 101110 11110001 1000110 100000

Color Harmonies of #191889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191889

Black with #191889

Text Example


Text Example

White with #191889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191889; }

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

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

background-color css

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

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

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

border-color css

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

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

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