#15067E

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

Shades of Ultramarine #15067E

Tints of Ultramarine #15067E

Color information

#15067E (or 0x15067E) is unknown color: approx Ultramarine. HEX triplet: 15, 06 and 7E. RGB value is (21,6,126). Sum of RGB (Red+Green+Blue) = 21+6+126=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 126 (49.61% from 255 or 82.35% from 153); Max value from RGB is 126 - color contains mainly: blue. Hex color #15067E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15067E is #EAF981. Grayscale: #171717. Windows color (decimal): -15399298 or 8259093. OLE color: 8259093.

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

Color convert

RGB216126-
CMYK0.830.9500.51
HSL247.5º90.91%25.88%-
HSV(B)247.5º95.24%49.41%-
XYZ4.141.819.87-
YUV24.16185.47125.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.73%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 126 (49.61% from 255) = 82.35%
R=13.73%
G=3.92%
B=82.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2161260.830.9500.51247.590.9125.88
Hex1567E535F033f85b1a
Octal25617612313706337013332
Binary10101110111111010100111011111011001111111000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15067E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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