#14478F

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

Shades of Dark Cerulean #14478F

Tints of Dark Cerulean #14478F

Color information

#14478F (or 0x14478F) is unknown color: approx Dark Cerulean. HEX triplet: 14, 47 and 8F. RGB value is (20,71,143). Sum of RGB (Red+Green+Blue) = 20+71+143=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 143 (56.25% from 255 or 61.11% from 234); Max value from RGB is 143 - color contains mainly: blue. Hex color #14478F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14478F is #EBB870. Grayscale: #3F3F3F. Windows color (decimal): -15448177 or 9389844. OLE color: 9389844.

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

Color convert

RGB2071143-
CMYK0.860.5000.44
HSL215.12º75.46%31.96%-
HSV(B)215.12º86.01%56.08%-
XYZ7.56.6426.87-
YUV63.96172.696.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 143 (56.25% from 255) = 61.11%
R=8.55%
G=30.34%
B=61.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20711430.860.5000.44215.1275.4631.96
Hex14478F563202Cd74b20
Octal241072171266205432711340
Binary1010010001111000111110101101100100101100110101111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,71,143); }

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

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

 a { background-color: rgb(20,71,143); }

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

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

 span { border-color: rgb(20,71,143); }

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