#14438D

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

Shades of Dark Cerulean #14438D

Tints of Dark Cerulean #14438D

Color information

#14438D (or 0x14438D) is unknown color: approx Dark Cerulean. HEX triplet: 14, 43 and 8D. RGB value is (20,67,141). Sum of RGB (Red+Green+Blue) = 20+67+141=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #14438D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14438D is #EBBC72. Grayscale: #3D3D3D. Windows color (decimal): -15449203 or 9257748. OLE color: 9257748.

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

Color convert

RGB2067141-
CMYK0.860.5200.45
HSL216.69º75.16%31.57%-
HSV(B)216.69º85.82%55.29%-
XYZ7.16.0926-
YUV61.38172.9398.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 141 (55.47% from 255) = 61.84%
R=8.77%
G=29.39%
B=61.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20671410.860.5200.45216.6975.1631.57
Hex14438D563402Dd94b20
Octal241032151266405533111340
Binary1010010000111000110110101101101000101101110110011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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