Html Css Color HEX #19038C Ultramarine

📋 copy color: '#19038C'

red 25 ◦ green 3 ◦ blue 140

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

Shades of Ultramarine #19038C

Tints of Ultramarine #19038C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.79%

 BLUE value IS 140 (55.08% from 255) = 83.33%

R = 14.88%
G = 1.79%
B = 83.33%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19038C (or 0x19038C) is known color: Ultramarine. HEX triplet: 19, 03 and 8C. RGB value is (25,3,140). Sum of RGB (Red+Green+Blue) = 25+3+140=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 140 (55.08% from 255 or 83.33% from 168); Max value from RGB is 140 - color contains mainly: blue. Hex color #19038C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19038C is #E6FC73. Grayscale: #181818. Windows color (decimal): -15137908 or 9175833. OLE color: 9175833.

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

Color convert

RGB 25 3 140 -
CMYK 0.82 0.98 0 0.45
HSL 249.64º 0.96% 0.28% -
HSV(B) 249.64º 0.98% 0.55% -
XYZ 5.17 2.17 24.96 -
YUV 25.2 192.79 127.86 -
System Red Green Blue C M Y K H S L
Decimal 25 3 140 0.82 0.98 0 0.45 249.64 0.96 0.28
Hex 19 3 8C 52 62 0 2D FA 60 1C
Octal 31 3 214 122 142 0 55 372 140 34
Binary 11001 11 10001100 1010010 1100010 0 101101 11111010 1100000 11100

Color Harmonies of #19038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19038C

Black with #19038C

Text Example


Text Example

White with #19038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19038C; }

 p { color: rgb(25,3,140); }

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

background-color css

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

 a { background-color: rgb(25,3,140); }

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

border-color css

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

 span { border-color: rgb(25,3,140); }

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