Html Css Color HEX #30159F Ultramarine

📋 copy color: '#30159F'

red 48 ◦ green 21 ◦ blue 159

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

Shades of Ultramarine #30159F

Tints of Ultramarine #30159F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.21%

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

R = 21.05%
G = 9.21%
B = 69.74%

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

#30159F (or 0x30159F) is known color: Ultramarine. HEX triplet: 30, 15 and 9F. RGB value is (48,21,159). Sum of RGB (Red+Green+Blue) = 48+21+159=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 159 (62.5% from 255 or 69.74% from 228); Max value from RGB is 159 - color contains mainly: blue. Hex color #30159F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30159F is #CFEA60. Grayscale: #2C2C2C. Windows color (decimal): -13625953 or 10425648. OLE color: 10425648.

HSL color Cylindrical-coordinate representation of color #30159F: hue angle of 251.74º degrees, saturation: 0.77, 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 #30159F is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 21 159 -
CMYK 0.70 0.87 0 0.38
HSL 251.74º 0.77% 0.35% -
HSV(B) 251.74º 0.87% 0.62% -
XYZ 7.75 3.67 33.1 -
YUV 44.81 192.45 130.28 -
System Red Green Blue C M Y K H S L
Decimal 48 21 159 0.70 0.87 0 0.38 251.74 0.77 0.35
Hex 30 15 9F 46 57 0 26 FC 4D 23
Octal 60 25 237 106 127 0 46 374 115 43
Binary 110000 10101 10011111 1000110 1010111 0 100110 11111100 1001101 100011

Color Harmonies of #30159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30159F

Black with #30159F

Text Example


Text Example

White with #30159F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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