#143782

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

Shades of Dark Cerulean #143782

Tints of Dark Cerulean #143782

Color information

#143782 (or 0x143782) is unknown color: approx Dark Cerulean. HEX triplet: 14, 37 and 82. RGB value is (20,55,130). Sum of RGB (Red+Green+Blue) = 20+55+130=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #143782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143782 is #EBC87D. Grayscale: #343434. Windows color (decimal): -15452286 or 8533780. OLE color: 8533780.

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

Color convert

RGB2055130-
CMYK0.850.5800.49
HSL220.91º73.33%29.41%-
HSV(B)220.91º84.62%50.98%-
XYZ5.684.4921.69-
YUV53.08171.4104.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 130 (51.17% from 255) = 63.41%
R=9.76%
G=26.83%
B=63.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20551300.850.5800.49220.9173.3329.41
Hex143782553A031dd491d
Octal24672021257206133511135
Binary10100110111100000101010101111010011000111011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143782; }

 p { color: rgb(20,55,130); }

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

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

 a { background-color: rgb(20,55,130); }

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

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

 span { border-color: rgb(20,55,130); }

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