#15417A

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

Shades of Dark Cerulean #15417A

Tints of Dark Cerulean #15417A

Color information

#15417A (or 0x15417A) is unknown color: approx Dark Cerulean. HEX triplet: 15, 41 and 7A. RGB value is (21,65,122). Sum of RGB (Red+Green+Blue) = 21+65+122=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #15417A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15417A is #EABE85. Grayscale: #3A3A3A. Windows color (decimal): -15384198 or 8012053. OLE color: 8012053.

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

Color convert

RGB2165122-
CMYK0.830.4700.52
HSL213.86º70.63%28.04%-
HSV(B)213.86º82.79%47.84%-
XYZ5.715.3519.14-
YUV58.34163.92101.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.10%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=10.10%
G=31.25%
B=58.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21651220.830.4700.52213.8670.6328.04
Hex15417A532F034d6471c
Octal251011721235706432610734
Binary10101100000111110101010011101111011010011010110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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