#14436F

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

Shades of Dark Cerulean #14436F

Tints of Dark Cerulean #14436F

Color information

#14436F (or 0x14436F) is unknown color: approx Dark Cerulean. HEX triplet: 14, 43 and 6F. RGB value is (20,67,111). Sum of RGB (Red+Green+Blue) = 20+67+111=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #14436F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14436F is #EBBC90. Grayscale: #393939. Windows color (decimal): -15449233 or 7291668. OLE color: 7291668.

HSL color Cylindrical-coordinate representation of color #14436F: hue angle of 209.01º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14436F is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2067111-
CMYK0.820.4000.56
HSL209.01º69.47%25.69%-
HSV(B)209.01º81.98%43.53%-
XYZ5.165.3115.79-
YUV57.96157.93100.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 111 (43.75% from 255) = 56.06%
R=10.10%
G=33.84%
B=56.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20671110.820.4000.56209.0169.4725.69
Hex14436F5228038d1451a
Octal241031571225007032110532
Binary10100100001111011111010010101000011100011010001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14436F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14436F; }

 p { color: rgb(20,67,111); }

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

<style>
 a { background-color: #14436F; }

 a { background-color: rgb(20,67,111); }

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

<style>
 span { border-color: #14436F; }

 span { border-color: rgb(20,67,111); }

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