Html Css Color HEX #191382 Ultramarine

📋 copy color: '#191382'

red 25 ◦ green 19 ◦ blue 130

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

Shades of Ultramarine #191382

Tints of Ultramarine #191382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 74.71%

R = 14.37%
G = 10.92%
B = 74.71%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#191382 (or 0x191382) is known color: Ultramarine. HEX triplet: 19, 13 and 82. RGB value is (25,19,130). Sum of RGB (Red+Green+Blue) = 25+19+130=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 130 (51.17% from 255 or 74.71% from 174); Max value from RGB is 130 - color contains mainly: blue. Hex color #191382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191382 is #E6EC7D. Grayscale: #212121. Windows color (decimal): -15133822 or 8524569. OLE color: 8524569.

HSL color Cylindrical-coordinate representation of color #191382: hue angle of 243.24º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #191382 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 19 130 -
CMYK 0.81 0.85 0 0.49
HSL 243.24º 0.74% 0.29% -
HSV(B) 243.24º 0.85% 0.51% -
XYZ 4.66 2.28 21.31 -
YUV 33.45 182.49 121.97 -
System Red Green Blue C M Y K H S L
Decimal 25 19 130 0.81 0.85 0 0.49 243.24 0.74 0.29
Hex 19 13 82 51 55 0 31 F3 4A 1D
Octal 31 23 202 121 125 0 61 363 112 35
Binary 11001 10011 10000010 1010001 1010101 0 110001 11110011 1001010 11101

Color Harmonies of #191382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191382

Black with #191382

Text Example


Text Example

White with #191382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191382; }

 p { color: rgb(25,19,130); }

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

background-color css

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

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

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

border-color css

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

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

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