#143281

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

Shades of Dark Cerulean #143281

Tints of Dark Cerulean #143281

Color information

#143281 (or 0x143281) is unknown color: approx Dark Cerulean. HEX triplet: 14, 32 and 81. RGB value is (20,50,129). Sum of RGB (Red+Green+Blue) = 20+50+129=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 129 (50.78% from 255 or 64.82% from 199); Max value from RGB is 129 - color contains mainly: blue. Hex color #143281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143281 is #EBCD7E. Grayscale: #313131. Windows color (decimal): -15453567 or 8466964. OLE color: 8466964.

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

Color convert

RGB2050129-
CMYK0.840.6100.49
HSL223.49º73.15%29.22%-
HSV(B)223.49º84.5%50.59%-
XYZ5.394.0121.26-
YUV50.04172.56106.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 129 (50.78% from 255) = 64.82%
R=10.05%
G=25.13%
B=64.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20501290.840.6100.49223.4973.1529.22
Hex143281543D031df491d
Octal24622011247506133711135
Binary10100110010100000011010100111101011000111011111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143281; }

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

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

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

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

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

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

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

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