Html Css Color HEX #19088D Ultramarine

📋 copy color: '#19088D'

red 25 ◦ green 8 ◦ blue 141

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

Shades of Ultramarine #19088D

Tints of Ultramarine #19088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.6%

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

R = 14.37%
G = 4.6%
B = 81.03%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19088D (or 0x19088D) is known color: Ultramarine. HEX triplet: 19, 08 and 8D. RGB value is (25,8,141). Sum of RGB (Red+Green+Blue) = 25+8+141=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 141 (55.47% from 255 or 81.03% from 174); Max value from RGB is 141 - color contains mainly: blue. Hex color #19088D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19088D is #E6F772. Grayscale: #1B1B1B. Windows color (decimal): -15136627 or 9242649. OLE color: 9242649.

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

Color convert

RGB 25 8 141 -
CMYK 0.82 0.94 0 0.45
HSL 247.67º 0.89% 0.29% -
HSV(B) 247.67º 0.94% 0.55% -
XYZ 5.3 2.3 25.36 -
YUV 28.25 191.63 125.69 -
System Red Green Blue C M Y K H S L
Decimal 25 8 141 0.82 0.94 0 0.45 247.67 0.89 0.29
Hex 19 8 8D 52 5E 0 2D F8 59 1D
Octal 31 10 215 122 136 0 55 370 131 35
Binary 11001 1000 10001101 1010010 1011110 0 101101 11111000 1011001 11101

Color Harmonies of #19088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19088D

Black with #19088D

Text Example


Text Example

White with #19088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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