#14357B

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

Shades of Dark Cerulean #14357B

Tints of Dark Cerulean #14357B

Color information

#14357B (or 0x14357B) is unknown color: approx Dark Cerulean. HEX triplet: 14, 35 and 7B. RGB value is (20,53,123). Sum of RGB (Red+Green+Blue) = 20+53+123=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #14357B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14357B is #EBCA84. Grayscale: #323232. Windows color (decimal): -15452805 or 8074516. OLE color: 8074516.

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

Color convert

RGB2053123-
CMYK0.840.5700.52
HSL220.78º72.03%28.04%-
HSV(B)220.78º83.74%48.24%-
XYZ5.144.1219.26-
YUV51.11168.57105.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 123 (48.44% from 255) = 62.76%
R=10.20%
G=27.04%
B=62.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20531230.840.5700.52220.7872.0328.04
Hex14357B5439034dd481c
Octal24651731247106433511034
Binary1010011010111110111010100111001011010011011101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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