#15128A

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

Shades of Ultramarine #15128A

Tints of Ultramarine #15128A

Color information

#15128A (or 0x15128A) is unknown color: approx Ultramarine. HEX triplet: 15, 12 and 8A. RGB value is (21,18,138). Sum of RGB (Red+Green+Blue) = 21+18+138=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 138 (54.30% from 255 or 77.97% from 177); Max value from RGB is 138 - color contains mainly: blue. Hex color #15128A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15128A is #EAED75. Grayscale: #202020. Windows color (decimal): -15396214 or 9048597. OLE color: 9048597.

HSL color Cylindrical-coordinate representation of color #15128A: hue angle of 241.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15128A is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2118138-
CMYK0.850.8700.46
HSL241.5º76.92%30.59%-
HSV(B)241.5º86.96%54.12%-
XYZ5.112.4324.24-
YUV32.58187.49119.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.86%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 138 (54.30% from 255) = 77.97%
R=11.86%
G=10.17%
B=77.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21181380.850.8700.46241.576.9230.59
Hex15128A555702Ef24d1f
Octal252221212512705636211537
Binary10101100101000101010101011010111010111011110010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,18,138); }

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

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

 a { background-color: rgb(21,18,138); }

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

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

 span { border-color: rgb(21,18,138); }

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