#15407F

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

Shades of Dark Cerulean #15407F

Tints of Dark Cerulean #15407F

Color information

#15407F (or 0x15407F) is unknown color: approx Dark Cerulean. HEX triplet: 15, 40 and 7F. RGB value is (21,64,127). Sum of RGB (Red+Green+Blue) = 21+64+127=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #15407F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15407F is #EABF80. Grayscale: #3A3A3A. Windows color (decimal): -15384449 or 8339477. OLE color: 8339477.

HSL color Cylindrical-coordinate representation of color #15407F: hue angle of 215.66º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15407F is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2164127-
CMYK0.830.5000.50
HSL215.66º71.62%29.02%-
HSV(B)215.66º83.46%49.8%-
XYZ5.975.3620.8-
YUV58.32166.75101.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.91%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 127 (50% from 255) = 59.91%
R=9.91%
G=30.19%
B=59.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21641270.830.5000.50215.6671.6229.02
Hex15407F5332032d8481d
Octal251001771236206233011035
Binary10101100000011111111010011110010011001011011000100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15407F; }

 p { color: rgb(21,64,127); }

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

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

 a { background-color: rgb(21,64,127); }

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

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

 span { border-color: rgb(21,64,127); }

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