#15077B

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

Shades of Ultramarine #15077B

Tints of Ultramarine #15077B

Color information

#15077B (or 0x15077B) is unknown color: approx Ultramarine. HEX triplet: 15, 07 and 7B. RGB value is (21,7,123). Sum of RGB (Red+Green+Blue) = 21+7+123=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 123 (48.44% from 255 or 81.46% from 151); Max value from RGB is 123 - color contains mainly: blue. Hex color #15077B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15077B is #EAF884. Grayscale: #171717. Windows color (decimal): -15399045 or 8062741. OLE color: 8062741.

HSL color Cylindrical-coordinate representation of color #15077B: hue angle of 247.24º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #15077B is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB217123-
CMYK0.830.9400.52
HSL247.24º89.23%25.49%-
HSV(B)247.24º94.31%48.24%-
XYZ3.961.7418.87-
YUV24.41183.64125.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 7 (3.12% from 255) = 4.64%
BLUE value IS 123 (48.44% from 255) = 81.46%
R=13.91%
G=4.64%
B=81.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2171230.830.9400.52247.2489.2325.49
Hex1577B535E034f75919
Octal25717312313606436713131
Binary10101111111101110100111011110011010011110111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15077B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15077B; }

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

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

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

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

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

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

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

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