Html Css Color HEX #19008F Ultramarine

📋 copy color: '#19008F'

red 25 ◦ green 0 ◦ blue 143

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

Shades of Ultramarine #19008F

Tints of Ultramarine #19008F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 143 (56.25% from 255) = 85.12%

R = 14.88%
G = 0%
B = 85.12%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19008F (or 0x19008F) is known color: Ultramarine. HEX triplet: 19, 00 and 8F. RGB value is (25,0,143). Sum of RGB (Red+Green+Blue) = 25+0+143=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 143 (56.25% from 255 or 85.12% from 168); Max value from RGB is 143 - color contains mainly: blue. Hex color #19008F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19008F is #E6FF70. Grayscale: #171717. Windows color (decimal): -15138673 or 9371673. OLE color: 9371673.

HSL color Cylindrical-coordinate representation of color #19008F: hue angle of 250.49º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19008F is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 0 143 -
CMYK 0.83 1 0 0.44
HSL 250.49º 1% 0.28% -
HSV(B) 250.49º 1% 0.56% -
XYZ 5.36 2.19 26.13 -
YUV 23.78 195.28 128.87 -
System Red Green Blue C M Y K H S L
Decimal 25 0 143 0.83 1 0 0.44 250.49 1 0.28
Hex 19 0 8F 53 64 0 2C FA 64 1C
Octal 31 0 217 123 144 0 54 372 144 34
Binary 11001 0 10001111 1010011 1100100 0 101100 11111010 1100100 11100

Color Harmonies of #19008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19008F

Black with #19008F

Text Example


Text Example

White with #19008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19008F; }

 p { color: rgb(25,0,143); }

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

background-color css

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

 a { background-color: rgb(25,0,143); }

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

border-color css

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

 span { border-color: rgb(25,0,143); }

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