#143282

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

Shades of Dark Cerulean #143282

Tints of Dark Cerulean #143282

Color information

#143282 (or 0x143282) is unknown color: approx Dark Cerulean. HEX triplet: 14, 32 and 82. RGB value is (20,50,130). Sum of RGB (Red+Green+Blue) = 20+50+130=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #143282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143282 is #EBCD7D. Grayscale: #313131. Windows color (decimal): -15453566 or 8532500. OLE color: 8532500.

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

Color convert

RGB2050130-
CMYK0.850.6200.49
HSL223.64º73.33%29.41%-
HSV(B)223.64º84.62%50.98%-
XYZ5.464.0421.61-
YUV50.15173.06106.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 130 (51.17% from 255) = 65%
R=10%
G=25%
B=65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20501300.850.6200.49223.6473.3329.41
Hex143282553E031e0491d
Octal24622021257606134011135
Binary10100110010100000101010101111110011000111100000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143282; }

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

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

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

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

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

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

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

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