#15507B

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

Shades of Dark Cerulean #15507B

Tints of Dark Cerulean #15507B

Color information

#15507B (or 0x15507B) is unknown color: approx Dark Cerulean. HEX triplet: 15, 50 and 7B. RGB value is (21,80,123). Sum of RGB (Red+Green+Blue) = 21+80+123=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #15507B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15507B is #EAAF84. Grayscale: #434343. Windows color (decimal): -15380357 or 8081429. OLE color: 8081429.

HSL color Cylindrical-coordinate representation of color #15507B: hue angle of 205.29º 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 #15507B is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2180123-
CMYK0.830.3500.52
HSL205.29º70.83%28.24%-
HSV(B)205.29º82.93%48.24%-
XYZ6.757.3319.8-
YUV67.26159.4595-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.38%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 123 (48.44% from 255) = 54.91%
R=9.38%
G=35.71%
B=54.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21801230.830.3500.52205.2970.8328.24
Hex15507B5323034cd471c
Octal251201731234306431510734
Binary10101101000011110111010011100011011010011001101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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