Html Css Color HEX #30189F Ultramarine

📋 copy color: '#30189F'

red 48 ◦ green 24 ◦ blue 159

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

Shades of Ultramarine #30189F

Tints of Ultramarine #30189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.39%

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

R = 20.78%
G = 10.39%
B = 68.83%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30189F (or 0x30189F) is known color: Ultramarine. HEX triplet: 30, 18 and 9F. RGB value is (48,24,159). Sum of RGB (Red+Green+Blue) = 48+24+159=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #30189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30189F is #CFE760. Grayscale: #2E2E2E. Windows color (decimal): -13625185 or 10426416. OLE color: 10426416.

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

Color convert

RGB 48 24 159 -
CMYK 0.70 0.85 0 0.38
HSL 250.67º 0.74% 0.36% -
HSV(B) 250.67º 0.85% 0.62% -
XYZ 7.8 3.78 33.12 -
YUV 46.57 191.45 129.02 -
System Red Green Blue C M Y K H S L
Decimal 48 24 159 0.70 0.85 0 0.38 250.67 0.74 0.36
Hex 30 18 9F 46 55 0 26 FB 4A 24
Octal 60 30 237 106 125 0 46 373 112 44
Binary 110000 11000 10011111 1000110 1010101 0 100110 11111011 1001010 100100

Color Harmonies of #30189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30189F

Black with #30189F

Text Example


Text Example

White with #30189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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