#15057A

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

Shades of Ultramarine #15057A

Tints of Ultramarine #15057A

Color information

#15057A (or 0x15057A) is unknown color: approx Ultramarine. HEX triplet: 15, 05 and 7A. RGB value is (21,5,122). Sum of RGB (Red+Green+Blue) = 21+5+122=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 122 (48.05% from 255 or 82.43% from 148); Max value from RGB is 122 - color contains mainly: blue. Hex color #15057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15057A is #EAFA85. Grayscale: #161616. Windows color (decimal): -15399558 or 7996693. OLE color: 7996693.

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

Color convert

RGB215122-
CMYK0.830.9600.52
HSL248.21º92.13%24.9%-
HSV(B)248.21º95.9%47.84%-
XYZ3.881.6718.53-
YUV23.12183.8126.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.19%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 122 (48.05% from 255) = 82.43%
R=14.19%
G=3.38%
B=82.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2151220.830.9600.52248.2192.1324.9
Hex1557A5360034f85c19
Octal25517212314006437013431
Binary10101101111101010100111100000011010011111000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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