#15078F

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

Shades of Ultramarine #15078F

Tints of Ultramarine #15078F

Color information

#15078F (or 0x15078F) is unknown color: approx Ultramarine. HEX triplet: 15, 07 and 8F. RGB value is (21,7,143). Sum of RGB (Red+Green+Blue) = 21+7+143=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 143 (56.25% from 255 or 83.63% from 171); Max value from RGB is 143 - color contains mainly: blue. Hex color #15078F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15078F is #EAF870. Grayscale: #1A1A1A. Windows color (decimal): -15399025 or 9373461. OLE color: 9373461.

HSL color Cylindrical-coordinate representation of color #15078F: hue angle of 246.18º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15078F is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB217143-
CMYK0.850.9500.44
HSL246.18º90.67%29.41%-
HSV(B)246.18º95.1%56.08%-
XYZ5.342.2926.15-
YUV26.69193.64123.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 7 (3.12% from 255) = 4.09%
BLUE value IS 143 (56.25% from 255) = 83.63%
R=12.28%
G=4.09%
B=83.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2171430.850.9500.44246.1890.6729.41
Hex1578F555F02Cf65b1d
Octal25721712513705436613335
Binary101011111000111110101011011111010110011110110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15078F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15078F; }

 p { color: rgb(21,7,143); }

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

<style>
 a { background-color: #15078F; }

 a { background-color: rgb(21,7,143); }

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

<style>
 span { border-color: #15078F; }

 span { border-color: rgb(21,7,143); }

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