#15038C

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

Shades of Ultramarine #15038C

Tints of Ultramarine #15038C

Color information

#15038C (or 0x15038C) is unknown color: approx Ultramarine. HEX triplet: 15, 03 and 8C. RGB value is (21,3,140). Sum of RGB (Red+Green+Blue) = 21+3+140=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 140 (55.08% from 255 or 85.37% from 164); Max value from RGB is 140 - color contains mainly: blue. Hex color #15038C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15038C is #EAFC73. Grayscale: #171717. Windows color (decimal): -15400052 or 9175829. OLE color: 9175829.

HSL color Cylindrical-coordinate representation of color #15038C: hue angle of 247.88º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15038C is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB213140-
CMYK0.850.9800.45
HSL247.88º95.8%28.04%-
HSV(B)247.88º97.86%54.9%-
XYZ5.082.1224.95-
YUV24193.46125.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.80%
GREEN value IS 3 (1.56% from 255) = 1.83%
BLUE value IS 140 (55.08% from 255) = 85.37%
R=12.80%
G=1.83%
B=85.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2131400.850.9800.45247.8895.828.04
Hex1538C556202Df8601c
Octal25321412514205537014034
Binary10101111000110010101011100010010110111111000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15038C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15038C; }

 p { color: rgb(21,3,140); }

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

<style>
 a { background-color: #15038C; }

 a { background-color: rgb(21,3,140); }

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

<style>
 span { border-color: #15038C; }

 span { border-color: rgb(21,3,140); }

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