#15248E

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

Shades of Ultramarine #15248E

Tints of Ultramarine #15248E

Color information

#15248E (or 0x15248E) is unknown color: approx Ultramarine. HEX triplet: 15, 24 and 8E. RGB value is (21,36,142). Sum of RGB (Red+Green+Blue) = 21+36+142=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 142 (55.86% from 255 or 71.36% from 199); Max value from RGB is 142 - color contains mainly: blue. Hex color #15248E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15248E is #EADB71. Grayscale: #2B2B2B. Windows color (decimal): -15391602 or 9315349. OLE color: 9315349.

HSL color Cylindrical-coordinate representation of color #15248E: hue angle of 232.56º 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 #15248E is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2136142-
CMYK0.850.7500.44
HSL232.56º74.23%31.96%-
HSV(B)232.56º85.21%55.69%-
XYZ5.823.3725.94-
YUV43.6183.53111.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.55%
GREEN value IS 36 (14.45% from 255) = 18.09%
BLUE value IS 142 (55.86% from 255) = 71.36%
R=10.55%
G=18.09%
B=71.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21361420.850.7500.44232.5674.2331.96
Hex15248E554B02Ce94a20
Octal254421612511305435111240
Binary1010110010010001110101010110010110101100111010011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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