#14438E

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

Shades of Dark Cerulean #14438E

Tints of Dark Cerulean #14438E

Color information

#14438E (or 0x14438E) is unknown color: approx Dark Cerulean. HEX triplet: 14, 43 and 8E. RGB value is (20,67,142). Sum of RGB (Red+Green+Blue) = 20+67+142=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #14438E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14438E is #EBBC71. Grayscale: #3D3D3D. Windows color (decimal): -15449202 or 9323284. OLE color: 9323284.

HSL color Cylindrical-coordinate representation of color #14438E: hue angle of 216.89º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14438E is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2067142-
CMYK0.860.5300.44
HSL216.89º75.31%31.76%-
HSV(B)216.89º85.92%55.69%-
XYZ7.186.1226.39-
YUV61.5173.4398.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.73%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 142 (55.86% from 255) = 62.01%
R=8.73%
G=29.26%
B=62.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20671420.860.5300.44216.8975.3131.76
Hex14438E563502Cd94b20
Octal241032161266505433111340
Binary1010010000111000111010101101101010101100110110011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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