Html Css Color HEX #19018A Ultramarine

📋 copy color: '#19018A'

red 25 ◦ green 1 ◦ blue 138

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

Shades of Ultramarine #19018A

Tints of Ultramarine #19018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 84.15%

R = 15.24%
G = 0.61%
B = 84.15%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#19018A (or 0x19018A) is known color: Ultramarine. HEX triplet: 19, 01 and 8A. RGB value is (25,1,138). Sum of RGB (Red+Green+Blue) = 25+1+138=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 138 (54.30% from 255 or 84.15% from 164); Max value from RGB is 138 - color contains mainly: blue. Hex color #19018A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19018A is #E6FE75. Grayscale: #171717. Windows color (decimal): -15138422 or 9044249. OLE color: 9044249.

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

Color convert

RGB 25 1 138 -
CMYK 0.82 0.99 0 0.46
HSL 250.51º 0.99% 0.27% -
HSV(B) 250.51º 0.99% 0.54% -
XYZ 5 2.06 24.18 -
YUV 23.79 192.45 128.86 -
System Red Green Blue C M Y K H S L
Decimal 25 1 138 0.82 0.99 0 0.46 250.51 0.99 0.27
Hex 19 1 8A 52 63 0 2E FB 63 1B
Octal 31 1 212 122 143 0 56 373 143 33
Binary 11001 1 10001010 1010010 1100011 0 101110 11111011 1100011 11011

Color Harmonies of #19018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19018A

Black with #19018A

Text Example


Text Example

White with #19018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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