Html Css Color HEX #30149F Ultramarine

📋 copy color: '#30149F'

red 48 ◦ green 20 ◦ blue 159

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

Shades of Ultramarine #30149F

Tints of Ultramarine #30149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

 BLUE value IS 159 (62.5% from 255) = 70.04%

R = 21.15%
G = 8.81%
B = 70.04%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30149F (or 0x30149F) is known color: Ultramarine. HEX triplet: 30, 14 and 9F. RGB value is (48,20,159). Sum of RGB (Red+Green+Blue) = 48+20+159=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #30149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30149F is #CFEB60. Grayscale: #2B2B2B. Windows color (decimal): -13626209 or 10425392. OLE color: 10425392.

HSL color Cylindrical-coordinate representation of color #30149F: hue angle of 252.09º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30149F is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 20 159 -
CMYK 0.70 0.87 0 0.38
HSL 252.09º 0.78% 0.35% -
HSV(B) 252.09º 0.87% 0.62% -
XYZ 7.73 3.63 33.09 -
YUV 44.22 192.78 130.7 -
System Red Green Blue C M Y K H S L
Decimal 48 20 159 0.70 0.87 0 0.38 252.09 0.78 0.35
Hex 30 14 9F 46 57 0 26 FC 4E 23
Octal 60 24 237 106 127 0 46 374 116 43
Binary 110000 10100 10011111 1000110 1010111 0 100110 11111100 1001110 100011

Color Harmonies of #30149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30149F

Black with #30149F

Text Example


Text Example

White with #30149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30149F; }

 p { color: rgb(48,20,159); }

 H1.HeaderClassName
 {
   color: #30149F;
 }
 .AnyTagClassName
 {
   color: #30149F;
 }
</style>

background-color css

<style>
 a { background-color: #30149F; }

 a { background-color: rgb(48,20,159); }

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

border-color css

<style>
 span { border-color: #30149F; }

 span { border-color: rgb(48,20,159); }

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