Html Css Color HEX #3013AF Ultramarine

📋 copy color: '#3013AF'

red 48 ◦ green 19 ◦ blue 175

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

Shades of Ultramarine #3013AF

Tints of Ultramarine #3013AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 72.31%

R = 19.83%
G = 7.85%
B = 72.31%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3013AF (or 0x3013AF) is known color: Ultramarine. HEX triplet: 30, 13 and AF. RGB value is (48,19,175). Sum of RGB (Red+Green+Blue) = 48+19+175=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #3013AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3013AF is #CFEC50. Grayscale: #2C2C2C. Windows color (decimal): -13626449 or 11473712. OLE color: 11473712.

HSL color Cylindrical-coordinate representation of color #3013AF: hue angle of 251.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3013AF is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 19 175 -
CMYK 0.73 0.89 0 0.31
HSL 251.15º 0.8% 0.38% -
HSV(B) 251.15º 0.89% 0.69% -
XYZ 9.19 4.19 40.88 -
YUV 45.46 201.11 129.82 -
System Red Green Blue C M Y K H S L
Decimal 48 19 175 0.73 0.89 0 0.31 251.15 0.8 0.38
Hex 30 13 AF 49 59 0 1F FB 50 26
Octal 60 23 257 111 131 0 37 373 120 46
Binary 110000 10011 10101111 1001001 1011001 0 11111 11111011 1010000 100110

Color Harmonies of #3013AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3013AF

Black with #3013AF

Text Example


Text Example

White with #3013AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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