Html Css Color HEX #191988 Ultramarine

📋 copy color: '#191988'

red 25 ◦ green 25 ◦ blue 136

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

Shades of Ultramarine #191988

Tints of Ultramarine #191988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 73.12%

R = 13.44%
G = 13.44%
B = 73.12%

CMYK

 C value IS 0.82

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#191988 (or 0x191988) is known color: Ultramarine. HEX triplet: 19, 19 and 88. RGB value is (25,25,136). Sum of RGB (Red+Green+Blue) = 25+25+136=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 136 (53.52% from 255 or 73.12% from 186); Max value from RGB is 136 - color contains mainly: blue. Hex color #191988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191988 is #E6E677. Grayscale: #252525. Windows color (decimal): -15132280 or 8919321. OLE color: 8919321.

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

Color convert

RGB 25 25 136 -
CMYK 0.82 0.82 0 0.47
HSL 240º 0.69% 0.32% -
HSV(B) 240º 0.82% 0.53% -
XYZ 5.19 2.68 23.54 -
YUV 37.65 183.5 118.97 -
System Red Green Blue C M Y K H S L
Decimal 25 25 136 0.82 0.82 0 0.47 240 0.69 0.32
Hex 19 19 88 52 52 0 2F F0 45 20
Octal 31 31 210 122 122 0 57 360 105 40
Binary 11001 11001 10001000 1010010 1010010 0 101111 11110000 1000101 100000

Color Harmonies of #191988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191988

Black with #191988

Text Example


Text Example

White with #191988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191988; }

 p { color: rgb(25,25,136); }

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

background-color css

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

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

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

border-color css

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

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

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