#143978

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

Shades of Dark Cerulean #143978

Tints of Dark Cerulean #143978

Color information

#143978 (or 0x143978) is unknown color: approx Dark Cerulean. HEX triplet: 14, 39 and 78. RGB value is (20,57,120). Sum of RGB (Red+Green+Blue) = 20+57+120=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #143978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143978 is #EBC687. Grayscale: #343434. Windows color (decimal): -15451784 or 7878932. OLE color: 7878932.

HSL color Cylindrical-coordinate representation of color #143978: hue angle of 217.8º 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 #143978 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2057120-
CMYK0.830.5200.53
HSL217.8º71.43%27.45%-
HSV(B)217.8º83.33%47.06%-
XYZ5.144.4318.35-
YUV53.12165.74104.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=10.15%
G=28.93%
B=60.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20571200.830.5200.53217.871.4327.45
Hex1439785334035da471b
Octal24711701236406533210733
Binary1010011100111110001010011110100011010111011010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143978; }

 p { color: rgb(20,57,120); }

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

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

 a { background-color: rgb(20,57,120); }

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

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

 span { border-color: rgb(20,57,120); }

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