Html Css Color HEX #30199F Ultramarine

📋 copy color: '#30199F'

red 48 ◦ green 25 ◦ blue 159

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

Shades of Ultramarine #30199F

Tints of Ultramarine #30199F

RGB

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

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

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

R = 20.69%
G = 10.78%
B = 68.53%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30199F (or 0x30199F) is known color: Ultramarine. HEX triplet: 30, 19 and 9F. RGB value is (48,25,159). Sum of RGB (Red+Green+Blue) = 48+25+159=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #30199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30199F is #CFE660. Grayscale: #2E2E2E. Windows color (decimal): -13624929 or 10426672. OLE color: 10426672.

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

Color convert

RGB 48 25 159 -
CMYK 0.70 0.84 0 0.38
HSL 250.3º 0.73% 0.36% -
HSV(B) 250.3º 0.84% 0.62% -
XYZ 7.82 3.83 33.13 -
YUV 47.15 191.12 128.6 -
System Red Green Blue C M Y K H S L
Decimal 48 25 159 0.70 0.84 0 0.38 250.3 0.73 0.36
Hex 30 19 9F 46 54 0 26 FA 49 24
Octal 60 31 237 106 124 0 46 372 111 44
Binary 110000 11001 10011111 1000110 1010100 0 100110 11111010 1001001 100100

Color Harmonies of #30199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30199F

Black with #30199F

Text Example


Text Example

White with #30199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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