#143784

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

Shades of Dark Cerulean #143784

Tints of Dark Cerulean #143784

Color information

#143784 (or 0x143784) is unknown color: approx Dark Cerulean. HEX triplet: 14, 37 and 84. RGB value is (20,55,132). Sum of RGB (Red+Green+Blue) = 20+55+132=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #143784 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143784 is #EBC87B. Grayscale: #343434. Windows color (decimal): -15452284 or 8664852. OLE color: 8664852.

HSL color Cylindrical-coordinate representation of color #143784: hue angle of 221.25º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143784 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2055132-
CMYK0.850.5800.48
HSL221.25º73.68%29.8%-
HSV(B)221.25º84.85%51.76%-
XYZ5.824.5522.4-
YUV53.31172.4104.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 132 (51.95% from 255) = 63.77%
R=9.66%
G=26.57%
B=63.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20551320.850.5800.48221.2573.6829.8
Hex143784553A030dd4a1e
Octal24672041257206033511236
Binary10100110111100001001010101111010011000011011101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143784; }

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

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

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

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

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

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

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

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