Html Css Color HEX #30179F Ultramarine

📋 copy color: '#30179F'

red 48 ◦ green 23 ◦ blue 159

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

Shades of Ultramarine #30179F

Tints of Ultramarine #30179F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10%

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

R = 20.87%
G = 10%
B = 69.13%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30179F (or 0x30179F) is known color: Ultramarine. HEX triplet: 30, 17 and 9F. RGB value is (48,23,159). Sum of RGB (Red+Green+Blue) = 48+23+159=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 159 (62.5% from 255 or 69.13% from 230); Max value from RGB is 159 - color contains mainly: blue. Hex color #30179F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30179F is #CFE860. Grayscale: #2D2D2D. Windows color (decimal): -13625441 or 10426160. OLE color: 10426160.

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

Color convert

RGB 48 23 159 -
CMYK 0.70 0.86 0 0.38
HSL 251.03º 0.75% 0.36% -
HSV(B) 251.03º 0.86% 0.62% -
XYZ 7.78 3.74 33.11 -
YUV 45.98 191.78 129.44 -
System Red Green Blue C M Y K H S L
Decimal 48 23 159 0.70 0.86 0 0.38 251.03 0.75 0.36
Hex 30 17 9F 46 56 0 26 FB 4B 24
Octal 60 27 237 106 126 0 46 373 113 44
Binary 110000 10111 10011111 1000110 1010110 0 100110 11111011 1001011 100100

Color Harmonies of #30179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30179F

Black with #30179F

Text Example


Text Example

White with #30179F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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