#14357D

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

Shades of Dark Cerulean #14357D

Tints of Dark Cerulean #14357D

Color information

#14357D (or 0x14357D) is unknown color: approx Dark Cerulean. HEX triplet: 14, 35 and 7D. RGB value is (20,53,125). Sum of RGB (Red+Green+Blue) = 20+53+125=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #14357D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14357D is #EBCA82. Grayscale: #333333. Windows color (decimal): -15452803 or 8205588. OLE color: 8205588.

HSL color Cylindrical-coordinate representation of color #14357D: hue angle of 221.14º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14357D is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2053125-
CMYK0.840.5800.51
HSL221.14º72.41%28.43%-
HSV(B)221.14º84%49.02%-
XYZ5.264.1819.93-
YUV51.34169.57105.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 53 (21.09% from 255) = 26.77%
BLUE value IS 125 (49.22% from 255) = 63.13%
R=10.10%
G=26.77%
B=63.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20531250.840.5800.51221.1472.4128.43
Hex14357D543A033dd481c
Octal24651751247206333511034
Binary1010011010111111011010100111010011001111011101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,53,125); }

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

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

 a { background-color: rgb(20,53,125); }

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

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

 span { border-color: rgb(20,53,125); }

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