#15047E

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

Shades of Ultramarine #15047E

Tints of Ultramarine #15047E

Color information

#15047E (or 0x15047E) is unknown color: approx Ultramarine. HEX triplet: 15, 04 and 7E. RGB value is (21,4,126). Sum of RGB (Red+Green+Blue) = 21+4+126=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 126 (49.61% from 255 or 83.44% from 151); Max value from RGB is 126 - color contains mainly: blue. Hex color #15047E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15047E is #EAFB81. Grayscale: #161616. Windows color (decimal): -15399810 or 8258581. OLE color: 8258581.

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

Color convert

RGB214126-
CMYK0.830.9700.51
HSL248.36º93.85%25.49%-
HSV(B)248.36º96.83%49.41%-
XYZ4.121.7519.86-
YUV22.99186.13126.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 126 (49.61% from 255) = 83.44%
R=13.91%
G=2.65%
B=83.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2141260.830.9700.51248.3693.8525.49
Hex1547E5361033f85e19
Octal25417612314106337013631
Binary10101100111111010100111100001011001111111000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15047E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15047E; }

 p { color: rgb(21,4,126); }

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

<style>
 a { background-color: #15047E; }

 a { background-color: rgb(21,4,126); }

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

<style>
 span { border-color: #15047E; }

 span { border-color: rgb(21,4,126); }

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