Html Css Color HEX #19108C Ultramarine

📋 copy color: '#19108C'

red 25 ◦ green 16 ◦ blue 140

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

Shades of Ultramarine #19108C

Tints of Ultramarine #19108C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

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

R = 13.81%
G = 8.84%
B = 77.35%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19108C (or 0x19108C) is known color: Ultramarine. HEX triplet: 19, 10 and 8C. RGB value is (25,16,140). Sum of RGB (Red+Green+Blue) = 25+16+140=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 140 (55.08% from 255 or 77.35% from 181); Max value from RGB is 140 - color contains mainly: blue. Hex color #19108C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19108C is #E6EF73. Grayscale: #202020. Windows color (decimal): -15134580 or 9179161. OLE color: 9179161.

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

Color convert

RGB 25 16 140 -
CMYK 0.82 0.89 0 0.45
HSL 244.35º 0.79% 0.31% -
HSV(B) 244.35º 0.89% 0.55% -
XYZ 5.32 2.47 25.01 -
YUV 32.83 188.48 122.42 -
System Red Green Blue C M Y K H S L
Decimal 25 16 140 0.82 0.89 0 0.45 244.35 0.79 0.31
Hex 19 10 8C 52 59 0 2D F4 4F 1F
Octal 31 20 214 122 131 0 55 364 117 37
Binary 11001 10000 10001100 1010010 1011001 0 101101 11110100 1001111 11111

Color Harmonies of #19108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19108C

Black with #19108C

Text Example


Text Example

White with #19108C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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