#15507E

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

Shades of Dark Cerulean #15507E

Tints of Dark Cerulean #15507E

Color information

#15507E (or 0x15507E) is unknown color: approx Dark Cerulean. HEX triplet: 15, 50 and 7E. RGB value is (21,80,126). Sum of RGB (Red+Green+Blue) = 21+80+126=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #15507E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15507E is #EAAF81. Grayscale: #434343. Windows color (decimal): -15380354 or 8278037. OLE color: 8278037.

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

Color convert

RGB2180126-
CMYK0.830.3700.51
HSL206.29º71.43%28.82%-
HSV(B)206.29º83.33%49.41%-
XYZ6.947.420.8-
YUV67.6160.9594.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.25%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 126 (49.61% from 255) = 55.51%
R=9.25%
G=35.24%
B=55.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21801260.830.3700.51206.2971.4328.82
Hex15507E5325033ce471d
Octal251201761234506331610735
Binary10101101000011111101010011100101011001111001110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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