#30159E

Color #30159E Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #30159E

Tints of Ultramarine #30159E

Color information

#30159E (or 0x30159E) is unknown color: approx Ultramarine. HEX triplet: 30, 15 and 9E. RGB value is (48,21,158). Sum of RGB (Red+Green+Blue) = 48+21+158=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #30159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30159E is #CFEA61. Grayscale: #2C2C2C. Windows color (decimal): -13625954 or 10360112. OLE color: 10360112.

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

Color convert

RGB4821158-
CMYK0.700.8700.38
HSL251.82º76.54%35.1%-
HSV(B)251.82º86.71%61.96%-
XYZ7.663.6332.65-
YUV44.69191.95130.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 158 (62.11% from 255) = 69.60%
R=21.15%
G=9.25%
B=69.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48211580.700.8700.38251.8276.5435.1
Hex30159E4657026fc4d23
Octal602523610612704637411543
Binary1100001010110011110100011010101110100110111111001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30159E;
 }
 .AnyTagClassName
 {
   color: #30159E;
 }
</style>
background-color css

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

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

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

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

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

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