#14347D

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

Shades of Dark Cerulean #14347D

Tints of Dark Cerulean #14347D

Color information

#14347D (or 0x14347D) is unknown color: approx Dark Cerulean. HEX triplet: 14, 34 and 7D. RGB value is (20,52,125). Sum of RGB (Red+Green+Blue) = 20+52+125=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 125 (49.22% from 255 or 63.45% from 197); Max value from RGB is 125 - color contains mainly: blue. Hex color #14347D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14347D is #EBCB82. Grayscale: #323232. Windows color (decimal): -15453059 or 8205332. OLE color: 8205332.

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

Color convert

RGB2052125-
CMYK0.840.5800.51
HSL221.71º72.41%28.43%-
HSV(B)221.71º84%49.02%-
XYZ5.224.0919.92-
YUV50.75169.9106.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 125 (49.22% from 255) = 63.45%
R=10.15%
G=26.40%
B=63.45%

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
Decimal20521250.840.5800.51221.7172.4128.43
Hex14347D543A033de481c
Octal24641751247206333611034
Binary1010011010011111011010100111010011001111011110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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