#143877

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

Shades of Dark Cerulean #143877

Tints of Dark Cerulean #143877

Color information

#143877 (or 0x143877) is unknown color: approx Dark Cerulean. HEX triplet: 14, 38 and 77. RGB value is (20,56,119). Sum of RGB (Red+Green+Blue) = 20+56+119=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #143877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143877 is #EBC788. Grayscale: #343434. Windows color (decimal): -15452041 or 7813140. OLE color: 7813140.

HSL color Cylindrical-coordinate representation of color #143877: hue angle of 218.18º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143877 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2056119-
CMYK0.830.5300.53
HSL218.18º71.22%27.25%-
HSV(B)218.18º83.19%46.67%-
XYZ5.034.3118.02-
YUV52.42165.57104.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.26%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 119 (46.88% from 255) = 61.03%
R=10.26%
G=28.72%
B=61.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20561190.830.5300.53218.1871.2227.25
Hex1438775335035da471b
Octal24701671236506533210733
Binary1010011100011101111010011110101011010111011010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143877; }

 p { color: rgb(20,56,119); }

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

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

 a { background-color: rgb(20,56,119); }

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

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

 span { border-color: rgb(20,56,119); }

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