#14416F

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

Shades of Dark Cerulean #14416F

Tints of Dark Cerulean #14416F

Color information

#14416F (or 0x14416F) is unknown color: approx Dark Cerulean. HEX triplet: 14, 41 and 6F. RGB value is (20,65,111). Sum of RGB (Red+Green+Blue) = 20+65+111=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #14416F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14416F is #EBBE90. Grayscale: #383838. Windows color (decimal): -15449745 or 7291156. OLE color: 7291156.

HSL color Cylindrical-coordinate representation of color #14416F: hue angle of 210.33º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14416F is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2065111-
CMYK0.820.4100.56
HSL210.33º69.47%25.69%-
HSV(B)210.33º81.98%43.53%-
XYZ5.055.0815.75-
YUV56.79158.59101.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 111 (43.75% from 255) = 56.63%
R=10.20%
G=33.16%
B=56.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20651110.820.4100.56210.3369.4725.69
Hex14416F5229038d2451a
Octal241011571225107032210532
Binary10100100000111011111010010101001011100011010010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,65,111); }

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

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

 a { background-color: rgb(20,65,111); }

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

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

 span { border-color: rgb(20,65,111); }

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