#15507A

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

Shades of Dark Cerulean #15507A

Tints of Dark Cerulean #15507A

Color information

#15507A (or 0x15507A) is unknown color: approx Dark Cerulean. HEX triplet: 15, 50 and 7A. RGB value is (21,80,122). Sum of RGB (Red+Green+Blue) = 21+80+122=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #15507A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15507A is #EAAF85. Grayscale: #424242. Windows color (decimal): -15380358 or 8015893. OLE color: 8015893.

HSL color Cylindrical-coordinate representation of color #15507A: hue angle of 204.95º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15507A is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2180122-
CMYK0.830.3400.52
HSL204.95º70.63%28.04%-
HSV(B)204.95º82.79%47.84%-
XYZ6.697.319.47-
YUV67.15158.9595.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 122 (48.05% from 255) = 54.71%
R=9.42%
G=35.87%
B=54.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21801220.830.3400.52204.9570.6328.04
Hex15507A5322034cd471c
Octal251201721234206431510734
Binary10101101000011110101010011100010011010011001101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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