Html Css Color HEX #3013A5 Ultramarine

📋 copy color: '#3013A5'

red 48 ◦ green 19 ◦ blue 165

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

Shades of Ultramarine #3013A5

Tints of Ultramarine #3013A5

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

 BLUE value IS 165 (64.84% from 255) = 71.12%

R = 20.69%
G = 8.19%
B = 71.12%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3013A5 (or 0x3013A5) is known color: Ultramarine. HEX triplet: 30, 13 and A5. RGB value is (48,19,165). Sum of RGB (Red+Green+Blue) = 48+19+165=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 165 (64.84% from 255 or 71.12% from 232); Max value from RGB is 165 - color contains mainly: blue. Hex color #3013A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3013A5 is #CFEC5A. Grayscale: #2B2B2B. Windows color (decimal): -13626459 or 10818352. OLE color: 10818352.

HSL color Cylindrical-coordinate representation of color #3013A5: hue angle of 251.92º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3013A5 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 19 165 -
CMYK 0.71 0.88 0 0.35
HSL 251.92º 0.79% 0.36% -
HSV(B) 251.92º 0.88% 0.65% -
XYZ 8.24 3.81 35.9 -
YUV 44.32 196.11 130.63 -
System Red Green Blue C M Y K H S L
Decimal 48 19 165 0.71 0.88 0 0.35 251.92 0.79 0.36
Hex 30 13 A5 47 58 0 23 FC 4F 24
Octal 60 23 245 107 130 0 43 374 117 44
Binary 110000 10011 10100101 1000111 1011000 0 100011 11111100 1001111 100100

Color Harmonies of #3013A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3013A5

Black with #3013A5

Text Example


Text Example

White with #3013A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3013A5; }

 p { color: rgb(48,19,165); }

 H1.HeaderClassName
 {
   color: #3013A5;
 }
 .AnyTagClassName
 {
   color: #3013A5;
 }
</style>

background-color css

<style>
 a { background-color: #3013A5; }

 a { background-color: rgb(48,19,165); }

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

border-color css

<style>
 span { border-color: #3013A5; }

 span { border-color: rgb(48,19,165); }

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