Html Css Color HEX #3019A0 Ultramarine

📋 copy color: '#3019A0'

red 48 ◦ green 25 ◦ blue 160

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

Shades of Ultramarine #3019A0

Tints of Ultramarine #3019A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 68.67%

R = 20.6%
G = 10.73%
B = 68.67%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3019A0 (or 0x3019A0) is known color: Ultramarine. HEX triplet: 30, 19 and A0. RGB value is (48,25,160). Sum of RGB (Red+Green+Blue) = 48+25+160=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 160 (62.89% from 255 or 68.67% from 233); Max value from RGB is 160 - color contains mainly: blue. Hex color #3019A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3019A0 is #CFE65F. Grayscale: #2E2E2E. Windows color (decimal): -13624928 or 10492208. OLE color: 10492208.

HSL color Cylindrical-coordinate representation of color #3019A0: hue angle of 250.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3019A0 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 25 160 -
CMYK 0.70 0.84 0 0.37
HSL 250.22º 0.73% 0.36% -
HSV(B) 250.22º 0.84% 0.63% -
XYZ 7.91 3.86 33.59 -
YUV 47.27 191.62 128.52 -
System Red Green Blue C M Y K H S L
Decimal 48 25 160 0.70 0.84 0 0.37 250.22 0.73 0.36
Hex 30 19 A0 46 54 0 25 FA 49 24
Octal 60 31 240 106 124 0 45 372 111 44
Binary 110000 11001 10100000 1000110 1010100 0 100101 11111010 1001001 100100

Color Harmonies of #3019A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3019A0

Black with #3019A0

Text Example


Text Example

White with #3019A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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