#15238B

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

Shades of Ultramarine #15238B

Tints of Ultramarine #15238B

Color information

#15238B (or 0x15238B) is unknown color: approx Ultramarine. HEX triplet: 15, 23 and 8B. RGB value is (21,35,139). Sum of RGB (Red+Green+Blue) = 21+35+139=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #15238B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15238B is #EADC74. Grayscale: #2A2A2A. Windows color (decimal): -15391861 or 9118485. OLE color: 9118485.

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

Color convert

RGB2135139-
CMYK0.850.7500.45
HSL232.88º73.75%31.37%-
HSV(B)232.88º84.89%54.51%-
XYZ5.573.2324.76-
YUV42.67182.36112.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.77%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 139 (54.69% from 255) = 71.28%
R=10.77%
G=17.95%
B=71.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21351390.850.7500.45232.8873.7531.37
Hex15238B554B02De94a1f
Octal254321312511305535111237
Binary101011000111000101110101011001011010110111101001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15238B; }

 p { color: rgb(21,35,139); }

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

<style>
 a { background-color: #15238B; }

 a { background-color: rgb(21,35,139); }

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

<style>
 span { border-color: #15238B; }

 span { border-color: rgb(21,35,139); }

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