#15188E

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

Shades of Ultramarine #15188E

Tints of Ultramarine #15188E

Color information

#15188E (or 0x15188E) is unknown color: approx Ultramarine. HEX triplet: 15, 18 and 8E. RGB value is (21,24,142). Sum of RGB (Red+Green+Blue) = 21+24+142=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 142 (55.86% from 255 or 75.94% from 187); Max value from RGB is 142 - color contains mainly: blue. Hex color #15188E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15188E is #EAE771. Grayscale: #242424. Windows color (decimal): -15394674 or 9312277. OLE color: 9312277.

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

Color convert

RGB2124142-
CMYK0.850.8300.44
HSL238.51º74.23%31.96%-
HSV(B)238.51º85.21%55.69%-
XYZ5.522.7725.83-
YUV36.55187.51116.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 142 (55.86% from 255) = 75.94%
R=11.23%
G=12.83%
B=75.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21241420.850.8300.44238.5174.2331.96
Hex15188E555302Cef4a20
Octal253021612512305435711240
Binary101011100010001110101010110100110101100111011111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15188E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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