#15057D

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

Shades of Ultramarine #15057D

Tints of Ultramarine #15057D

Color information

#15057D (or 0x15057D) is unknown color: approx Ultramarine. HEX triplet: 15, 05 and 7D. RGB value is (21,5,125). Sum of RGB (Red+Green+Blue) = 21+5+125=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 125 (49.22% from 255 or 82.78% from 151); Max value from RGB is 125 - color contains mainly: blue. Hex color #15057D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15057D is #EAFA82. Grayscale: #171717. Windows color (decimal): -15399555 or 8193301. OLE color: 8193301.

HSL color Cylindrical-coordinate representation of color #15057D: hue angle of 248º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15057D is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB215125-
CMYK0.830.9600.51
HSL248º92.31%25.49%-
HSV(B)248º96%49.02%-
XYZ4.071.7519.53-
YUV23.46185.3126.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 125 (49.22% from 255) = 82.78%
R=13.91%
G=3.31%
B=82.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2151250.830.9600.5124892.3125.49
Hex1557D5360033f85c19
Octal25517512314006337013431
Binary10101101111110110100111100000011001111111000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15057D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15057D; }

 p { color: rgb(21,5,125); }

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

<style>
 a { background-color: #15057D; }

 a { background-color: rgb(21,5,125); }

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

<style>
 span { border-color: #15057D; }

 span { border-color: rgb(21,5,125); }

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