#143482

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

Shades of Dark Cerulean #143482

Tints of Dark Cerulean #143482

Color information

#143482 (or 0x143482) is unknown color: approx Dark Cerulean. HEX triplet: 14, 34 and 82. RGB value is (20,52,130). Sum of RGB (Red+Green+Blue) = 20+52+130=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #143482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143482 is #EBCB7D. Grayscale: #323232. Windows color (decimal): -15453054 or 8533012. OLE color: 8533012.

HSL color Cylindrical-coordinate representation of color #143482: hue angle of 222.55º 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 #143482 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2052130-
CMYK0.850.6000.49
HSL222.55º73.33%29.41%-
HSV(B)222.55º84.62%50.98%-
XYZ5.554.2221.64-
YUV51.32172.4105.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.90%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 130 (51.17% from 255) = 64.36%
R=9.90%
G=25.74%
B=64.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20521300.850.6000.49222.5573.3329.41
Hex143482553C031df491d
Octal24642021257406133711135
Binary10100110100100000101010101111100011000111011111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143482; }

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

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

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

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

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

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

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

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