Html Css Color HEX #3019AD Ultramarine

📋 copy color: '#3019AD'

red 48 ◦ green 25 ◦ blue 173

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

Shades of Ultramarine #3019AD

Tints of Ultramarine #3019AD

RGB

 RED value IS 48 (19.14% from 255) = 19.51%

 GREEN value IS 25 (10.16% from 255) = 10.16%

 BLUE value IS 173 (67.97% from 255) = 70.33%

R = 19.51%
G = 10.16%
B = 70.33%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3019AD (or 0x3019AD) is known color: Ultramarine. HEX triplet: 30, 19 and AD. RGB value is (48,25,173). Sum of RGB (Red+Green+Blue) = 48+25+173=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #3019AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3019AD is #CFE652. Grayscale: #303030. Windows color (decimal): -13624915 or 11344176. OLE color: 11344176.

HSL color Cylindrical-coordinate representation of color #3019AD: hue angle of 249.32º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3019AD is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 25 173 -
CMYK 0.72 0.86 0 0.32
HSL 249.32º 0.75% 0.39% -
HSV(B) 249.32º 0.86% 0.68% -
XYZ 9.11 4.34 39.89 -
YUV 48.75 198.12 127.47 -
System Red Green Blue C M Y K H S L
Decimal 48 25 173 0.72 0.86 0 0.32 249.32 0.75 0.39
Hex 30 19 AD 48 56 0 20 F9 4B 27
Octal 60 31 255 110 126 0 40 371 113 47
Binary 110000 11001 10101101 1001000 1010110 0 100000 11111001 1001011 100111

Color Harmonies of #3019AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3019AD

Black with #3019AD

Text Example


Text Example

White with #3019AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3019AD; }

 p { color: rgb(48,25,173); }

 H1.HeaderClassName
 {
   color: #3019AD;
 }
 .AnyTagClassName
 {
   color: #3019AD;
 }
</style>

background-color css

<style>
 a { background-color: #3019AD; }

 a { background-color: rgb(48,25,173); }

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

border-color css

<style>
 span { border-color: #3019AD; }

 span { border-color: rgb(48,25,173); }

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