#15417D

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

Shades of Dark Cerulean #15417D

Tints of Dark Cerulean #15417D

Color information

#15417D (or 0x15417D) is unknown color: approx Dark Cerulean. HEX triplet: 15, 41 and 7D. RGB value is (21,65,125). Sum of RGB (Red+Green+Blue) = 21+65+125=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #15417D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15417D is #EABE82. Grayscale: #3A3A3A. Windows color (decimal): -15384195 or 8208661. OLE color: 8208661.

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

Color convert

RGB2165125-
CMYK0.830.4800.51
HSL214.62º71.23%28.63%-
HSV(B)214.62º83.2%49.02%-
XYZ5.95.4220.14-
YUV58.68165.42101.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.95%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 125 (49.22% from 255) = 59.24%
R=9.95%
G=30.81%
B=59.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21651250.830.4800.51214.6271.2328.63
Hex15417D5330033d7471d
Octal251011751236006332710735
Binary10101100000111111011010011110000011001111010111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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