#15148C

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

Shades of Ultramarine #15148C

Tints of Ultramarine #15148C

Color information

#15148C (or 0x15148C) is unknown color: approx Ultramarine. HEX triplet: 15, 14 and 8C. RGB value is (21,20,140). Sum of RGB (Red+Green+Blue) = 21+20+140=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 140 (55.08% from 255 or 77.35% from 181); Max value from RGB is 140 - color contains mainly: blue. Hex color #15148C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15148C is #EAEB73. Grayscale: #212121. Windows color (decimal): -15395700 or 9180181. OLE color: 9180181.

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

Color convert

RGB2120140-
CMYK0.850.8600.45
HSL240.5º75%31.37%-
HSV(B)240.5º85.71%54.9%-
XYZ5.292.5525.02-
YUV33.98187.83118.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 140 (55.08% from 255) = 77.35%
R=11.60%
G=11.05%
B=77.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21201400.850.8600.45240.57531.37
Hex15148C555602Df04b1f
Octal252421412512605536011337
Binary10101101001000110010101011010110010110111110000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15148C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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