#14426F

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

Shades of Dark Cerulean #14426F

Tints of Dark Cerulean #14426F

Color information

#14426F (or 0x14426F) is unknown color: approx Dark Cerulean. HEX triplet: 14, 42 and 6F. RGB value is (20,66,111). Sum of RGB (Red+Green+Blue) = 20+66+111=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #14426F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14426F is #EBBD90. Grayscale: #393939. Windows color (decimal): -15449489 or 7291412. OLE color: 7291412.

HSL color Cylindrical-coordinate representation of color #14426F: hue angle of 209.67º 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 #14426F is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2066111-
CMYK0.820.4100.56
HSL209.67º69.47%25.69%-
HSV(B)209.67º81.98%43.53%-
XYZ5.115.1915.77-
YUV57.38158.26101.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 111 (43.75% from 255) = 56.35%
R=10.15%
G=33.50%
B=56.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20661110.820.4100.56209.6769.4725.69
Hex14426F5229038d2451a
Octal241021571225107032210532
Binary10100100001011011111010010101001011100011010010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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