Html Css Color HEX #19018D Ultramarine

📋 copy color: '#19018D'

red 25 ◦ green 1 ◦ blue 141

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

Shades of Ultramarine #19018D

Tints of Ultramarine #19018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 14.97%
G = 0.6%
B = 84.43%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19018D (or 0x19018D) is known color: Ultramarine. HEX triplet: 19, 01 and 8D. RGB value is (25,1,141). Sum of RGB (Red+Green+Blue) = 25+1+141=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 141 (55.47% from 255 or 84.43% from 167); Max value from RGB is 141 - color contains mainly: blue. Hex color #19018D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19018D is #E6FE72. Grayscale: #171717. Windows color (decimal): -15138419 or 9240857. OLE color: 9240857.

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

Color convert

RGB 25 1 141 -
CMYK 0.82 0.99 0 0.45
HSL 250.29º 0.99% 0.28% -
HSV(B) 250.29º 0.99% 0.55% -
XYZ 5.22 2.15 25.34 -
YUV 24.14 193.95 128.62 -
System Red Green Blue C M Y K H S L
Decimal 25 1 141 0.82 0.99 0 0.45 250.29 0.99 0.28
Hex 19 1 8D 52 63 0 2D FA 63 1C
Octal 31 1 215 122 143 0 55 372 143 34
Binary 11001 1 10001101 1010010 1100011 0 101101 11111010 1100011 11100

Color Harmonies of #19018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19018D

Black with #19018D

Text Example


Text Example

White with #19018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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