Html Css Color HEX #30139F Ultramarine

📋 copy color: '#30139F'

red 48 ◦ green 19 ◦ blue 159

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

Shades of Ultramarine #30139F

Tints of Ultramarine #30139F

RGB

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

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

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

R = 21.24%
G = 8.41%
B = 70.35%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30139F (or 0x30139F) is known color: Ultramarine. HEX triplet: 30, 13 and 9F. RGB value is (48,19,159). Sum of RGB (Red+Green+Blue) = 48+19+159=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #30139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30139F is #CFEC60. Grayscale: #2B2B2B. Windows color (decimal): -13626465 or 10425136. OLE color: 10425136.

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

Color convert

RGB 48 19 159 -
CMYK 0.70 0.88 0 0.38
HSL 252.43º 0.79% 0.35% -
HSV(B) 252.43º 0.88% 0.62% -
XYZ 7.71 3.6 33.09 -
YUV 43.63 193.11 131.12 -
System Red Green Blue C M Y K H S L
Decimal 48 19 159 0.70 0.88 0 0.38 252.43 0.79 0.35
Hex 30 13 9F 46 58 0 26 FC 4F 23
Octal 60 23 237 106 130 0 46 374 117 43
Binary 110000 10011 10011111 1000110 1011000 0 100110 11111100 1001111 100011

Color Harmonies of #30139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30139F

Black with #30139F

Text Example


Text Example

White with #30139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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