Html Css Color HEX #191DA4 Ultramarine

📋 copy color: '#191DA4'

red 25 ◦ green 29 ◦ blue 164

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

Shades of Ultramarine #191DA4

Tints of Ultramarine #191DA4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.3%

 BLUE value IS 164 (64.45% from 255) = 75.23%

R = 11.47%
G = 13.3%
B = 75.23%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#191DA4 (or 0x191DA4) is known color: Ultramarine. HEX triplet: 19, 1D and A4. RGB value is (25,29,164). Sum of RGB (Red+Green+Blue) = 25+29+164=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 164 (64.45% from 255 or 75.23% from 218); Max value from RGB is 164 - color contains mainly: blue. Hex color #191DA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191DA4 is #E6E25B. Grayscale: #2A2A2A. Windows color (decimal): -15131228 or 10755353. OLE color: 10755353.

HSL color Cylindrical-coordinate representation of color #191DA4: hue angle of 238.27º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #191DA4 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 25 29 164 -
CMYK 0.85 0.82 0 0.36
HSL 238.27º 0.74% 0.37% -
HSV(B) 238.27º 0.85% 0.64% -
XYZ 7.54 3.77 35.45 -
YUV 43.19 196.17 115.02 -
System Red Green Blue C M Y K H S L
Decimal 25 29 164 0.85 0.82 0 0.36 238.27 0.74 0.37
Hex 19 1D A4 55 52 0 24 EE 4A 25
Octal 31 35 244 125 122 0 44 356 112 45
Binary 11001 11101 10100100 1010101 1010010 0 100100 11101110 1001010 100101

Color Harmonies of #191DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191DA4

Black with #191DA4

Text Example


Text Example

White with #191DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191DA4; }

 p { color: rgb(25,29,164); }

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

background-color css

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

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

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

border-color css

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

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

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