#14426C

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

Shades of Dark Cerulean #14426C

Tints of Dark Cerulean #14426C

Color information

#14426C (or 0x14426C) is unknown color: approx Dark Cerulean. HEX triplet: 14, 42 and 6C. RGB value is (20,66,108). Sum of RGB (Red+Green+Blue) = 20+66+108=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #14426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14426C is #EBBD93. Grayscale: #383838. Windows color (decimal): -15449492 or 7094804. OLE color: 7094804.

HSL color Cylindrical-coordinate representation of color #14426C: hue angle of 208.64º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14426C is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2066108-
CMYK0.810.3900.58
HSL208.64º68.75%25.1%-
HSV(B)208.64º81.48%42.35%-
XYZ4.945.1314.92-
YUV57.03156.76101.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=10.31%
G=34.02%
B=55.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20661080.810.3900.58208.6468.7525.1
Hex14426C512703Ad14519
Octal241021541214707232110531
Binary10100100001011011001010001100111011101011010001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14426C; }

 p { color: rgb(20,66,108); }

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

<style>
 a { background-color: #14426C; }

 a { background-color: rgb(20,66,108); }

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

<style>
 span { border-color: #14426C; }

 span { border-color: rgb(20,66,108); }

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