#150787

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

Shades of Ultramarine #150787

Tints of Ultramarine #150787

Color information

#150787 (or 0x150787) is unknown color: approx Ultramarine. HEX triplet: 15, 07 and 87. RGB value is (21,7,135). Sum of RGB (Red+Green+Blue) = 21+7+135=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 135 (53.12% from 255 or 82.82% from 163); Max value from RGB is 135 - color contains mainly: blue. Hex color #150787 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150787 is #EAF878. Grayscale: #191919. Windows color (decimal): -15399033 or 8849173. OLE color: 8849173.

HSL color Cylindrical-coordinate representation of color #150787: hue angle of 246.56º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150787 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB217135-
CMYK0.840.9500.47
HSL246.56º90.14%27.84%-
HSV(B)246.56º94.81%52.94%-
XYZ4.762.0623.07-
YUV25.78189.64124.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 7 (3.12% from 255) = 4.29%
BLUE value IS 135 (53.12% from 255) = 82.82%
R=12.88%
G=4.29%
B=82.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2171350.840.9500.47246.5690.1427.84
Hex15787545F02Ff75a1c
Octal25720712413705736713234
Binary101011111000011110101001011111010111111110111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150787; }

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

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

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

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

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

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

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

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