#14458E

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

Shades of Dark Cerulean #14458E

Tints of Dark Cerulean #14458E

Color information

#14458E (or 0x14458E) is unknown color: approx Dark Cerulean. HEX triplet: 14, 45 and 8E. RGB value is (20,69,142). Sum of RGB (Red+Green+Blue) = 20+69+142=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #14458E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14458E is #EBBA71. Grayscale: #3E3E3E. Windows color (decimal): -15448690 or 9323796. OLE color: 9323796.

HSL color Cylindrical-coordinate representation of color #14458E: hue angle of 215.9º 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 #14458E is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2069142-
CMYK0.860.5100.44
HSL215.9º75.31%31.76%-
HSV(B)215.9º85.92%55.69%-
XYZ7.36.3626.43-
YUV62.67172.7797.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 142 (55.86% from 255) = 61.47%
R=8.66%
G=29.87%
B=61.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20691420.860.5100.44215.975.3131.76
Hex14458E563302Cd84b20
Octal241052161266305433011340
Binary1010010001011000111010101101100110101100110110001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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