#143382

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

Shades of Dark Cerulean #143382

Tints of Dark Cerulean #143382

Color information

#143382 (or 0x143382) is unknown color: approx Dark Cerulean. HEX triplet: 14, 33 and 82. RGB value is (20,51,130). Sum of RGB (Red+Green+Blue) = 20+51+130=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #143382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143382 is #EBCC7D. Grayscale: #323232. Windows color (decimal): -15453310 or 8532756. OLE color: 8532756.

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

Color convert

RGB2051130-
CMYK0.850.6100.49
HSL223.09º73.33%29.41%-
HSV(B)223.09º84.62%50.98%-
XYZ5.54.1321.63-
YUV50.74172.73106.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.95%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 130 (51.17% from 255) = 64.68%
R=9.95%
G=25.37%
B=64.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20511300.850.6100.49223.0973.3329.41
Hex143382553D031df491d
Octal24632021257506133711135
Binary10100110011100000101010101111101011000111011111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143382; }

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

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

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

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

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

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

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

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