#14367B

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

Shades of Dark Cerulean #14367B

Tints of Dark Cerulean #14367B

Color information

#14367B (or 0x14367B) is unknown color: approx Dark Cerulean. HEX triplet: 14, 36 and 7B. RGB value is (20,54,123). Sum of RGB (Red+Green+Blue) = 20+54+123=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #14367B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14367B is #EBC984. Grayscale: #333333. Windows color (decimal): -15452549 or 8074772. OLE color: 8074772.

HSL color Cylindrical-coordinate representation of color #14367B: hue angle of 220.19º 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 #14367B is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2054123-
CMYK0.840.5600.52
HSL220.19º72.03%28.04%-
HSV(B)220.19º83.74%48.24%-
XYZ5.184.2219.28-
YUV51.7168.24105.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 54 (21.48% from 255) = 27.41%
BLUE value IS 123 (48.44% from 255) = 62.44%
R=10.15%
G=27.41%
B=62.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20541230.840.5600.52220.1972.0328.04
Hex14367B5438034dc481c
Octal24661731247006433411034
Binary1010011011011110111010100111000011010011011100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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