Html Css Color HEX #19188D Ultramarine

📋 copy color: '#19188D'

red 25 ◦ green 24 ◦ blue 141

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

Shades of Ultramarine #19188D

Tints of Ultramarine #19188D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 74.21%

R = 13.16%
G = 12.63%
B = 74.21%

CMYK

 C value IS 0.82

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19188D (or 0x19188D) is known color: Ultramarine. HEX triplet: 19, 18 and 8D. RGB value is (25,24,141). Sum of RGB (Red+Green+Blue) = 25+24+141=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #19188D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19188D is #E6E772. Grayscale: #252525. Windows color (decimal): -15132531 or 9246745. OLE color: 9246745.

HSL color Cylindrical-coordinate representation of color #19188D: hue angle of 240.51º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19188D is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 24 141 -
CMYK 0.82 0.83 0 0.45
HSL 240.51º 0.71% 0.32% -
HSV(B) 240.51º 0.83% 0.55% -
XYZ 5.54 2.78 25.44 -
YUV 37.64 186.33 118.99 -
System Red Green Blue C M Y K H S L
Decimal 25 24 141 0.82 0.83 0 0.45 240.51 0.71 0.32
Hex 19 18 8D 52 53 0 2D F1 47 20
Octal 31 30 215 122 123 0 55 361 107 40
Binary 11001 11000 10001101 1010010 1010011 0 101101 11110001 1000111 100000

Color Harmonies of #19188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19188D

Black with #19188D

Text Example


Text Example

White with #19188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19188D; }

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

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

background-color css

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

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

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

border-color css

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

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

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