Html Css Color HEX #19149D Ultramarine

📋 copy color: '#19149D'

red 25 ◦ green 20 ◦ blue 157

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

Shades of Ultramarine #19149D

Tints of Ultramarine #19149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

 BLUE value IS 157 (61.72% from 255) = 77.72%

R = 12.38%
G = 9.9%
B = 77.72%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19149D (or 0x19149D) is known color: Ultramarine. HEX triplet: 19, 14 and 9D. RGB value is (25,20,157). Sum of RGB (Red+Green+Blue) = 25+20+157=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 157 (61.72% from 255 or 77.72% from 202); Max value from RGB is 157 - color contains mainly: blue. Hex color #19149D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19149D is #E6EB62. Grayscale: #242424. Windows color (decimal): -15133539 or 10294297. OLE color: 10294297.

HSL color Cylindrical-coordinate representation of color #19149D: hue angle of 242.19º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19149D is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 20 157 -
CMYK 0.84 0.87 0 0.38
HSL 242.19º 0.77% 0.35% -
HSV(B) 242.19º 0.87% 0.62% -
XYZ 6.74 3.14 32.15 -
YUV 37.11 195.66 119.36 -
System Red Green Blue C M Y K H S L
Decimal 25 20 157 0.84 0.87 0 0.38 242.19 0.77 0.35
Hex 19 14 9D 54 57 0 26 F2 4D 23
Octal 31 24 235 124 127 0 46 362 115 43
Binary 11001 10100 10011101 1010100 1010111 0 100110 11110010 1001101 100011

Color Harmonies of #19149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19149D

Black with #19149D

Text Example


Text Example

White with #19149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,20,157); }

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

background-color css

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

 a { background-color: rgb(25,20,157); }

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

border-color css

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

 span { border-color: rgb(25,20,157); }

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