#14446E

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

Shades of Dark Cerulean #14446E

Tints of Dark Cerulean #14446E

Color information

#14446E (or 0x14446E) is unknown color: approx Dark Cerulean. HEX triplet: 14, 44 and 6E. RGB value is (20,68,110). Sum of RGB (Red+Green+Blue) = 20+68+110=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #14446E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14446E is #EBBB91. Grayscale: #3A3A3A. Windows color (decimal): -15448978 or 7226388. OLE color: 7226388.

HSL color Cylindrical-coordinate representation of color #14446E: hue angle of 208º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14446E is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2068110-
CMYK0.820.3800.57
HSL208º69.23%25.49%-
HSV(B)208º81.82%43.14%-
XYZ5.175.4115.52-
YUV58.44157.1100.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=10.10%
G=34.34%
B=55.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20681100.820.3800.5720869.2325.49
Hex14446E5226039d04519
Octal241041561224607132010531
Binary10100100010011011101010010100110011100111010000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14446E; }

 p { color: rgb(20,68,110); }

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

<style>
 a { background-color: #14446E; }

 a { background-color: rgb(20,68,110); }

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

<style>
 span { border-color: #14446E; }

 span { border-color: rgb(20,68,110); }

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