#143881

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

Shades of Dark Cerulean #143881

Tints of Dark Cerulean #143881

Color information

#143881 (or 0x143881) is unknown color: approx Dark Cerulean. HEX triplet: 14, 38 and 81. RGB value is (20,56,129). Sum of RGB (Red+Green+Blue) = 20+56+129=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 129 (50.78% from 255 or 62.93% from 205); Max value from RGB is 129 - color contains mainly: blue. Hex color #143881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143881 is #EBC77E. Grayscale: #353535. Windows color (decimal): -15452031 or 8468500. OLE color: 8468500.

HSL color Cylindrical-coordinate representation of color #143881: hue angle of 220.18º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143881 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2056129-
CMYK0.840.5700.49
HSL220.18º73.15%29.22%-
HSV(B)220.18º84.5%50.59%-
XYZ5.674.5621.35-
YUV53.56170.57104.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 129 (50.78% from 255) = 62.93%
R=9.76%
G=27.32%
B=62.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20561290.840.5700.49220.1873.1529.22
Hex1438815439031dc491d
Octal24702011247106133411135
Binary10100111000100000011010100111001011000111011100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143881; }

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

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

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

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

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

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

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

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