#15148E

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

Shades of Ultramarine #15148E

Tints of Ultramarine #15148E

Color information

#15148E (or 0x15148E) is unknown color: approx Ultramarine. HEX triplet: 15, 14 and 8E. RGB value is (21,20,142). Sum of RGB (Red+Green+Blue) = 21+20+142=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 142 (55.86% from 255 or 77.60% from 183); Max value from RGB is 142 - color contains mainly: blue. Hex color #15148E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15148E is #EAEB71. Grayscale: #212121. Windows color (decimal): -15395698 or 9311253. OLE color: 9311253.

HSL color Cylindrical-coordinate representation of color #15148E: hue angle of 240.49º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15148E is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2120142-
CMYK0.850.8600.44
HSL240.49º75.31%31.76%-
HSV(B)240.49º85.92%55.69%-
XYZ5.442.6125.81-
YUV34.21188.83118.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.48%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 142 (55.86% from 255) = 77.60%
R=11.48%
G=10.93%
B=77.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21201420.850.8600.44240.4975.3131.76
Hex15148E555602Cf04b20
Octal252421612512605436011340
Binary101011010010001110101010110101100101100111100001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,20,142); }

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

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

 a { background-color: rgb(21,20,142); }

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

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

 span { border-color: rgb(21,20,142); }

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