#143954

Color #143954 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #143954

Tints of Regal Blue #143954

Color information

#143954 (or 0x143954) is unknown color: approx Regal Blue. HEX triplet: 14, 39 and 54. RGB value is (20,57,84). Sum of RGB (Red+Green+Blue) = 20+57+84=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #143954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143954 is #EBC6AB. Grayscale: #303030. Windows color (decimal): -15451820 or 5519636. OLE color: 5519636.

HSL color Cylindrical-coordinate representation of color #143954: hue angle of 205.31º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143954 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB205784-
CMYK0.760.3200.67
HSL205.31º61.54%20.39%-
HSV(B)205.31º76.19%32.94%-
XYZ3.353.728.93-
YUV49.01147.74107.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 84 (33.20% from 255) = 52.17%
R=12.42%
G=35.40%
B=52.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2057840.760.3200.67205.3161.5420.39
Hex1439544C20043cd3e14
Octal24711241144001033157624
Binary1010011100110101001001100100000010000111100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143954; }

 p { color: rgb(20,57,84); }

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

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

 a { background-color: rgb(20,57,84); }

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

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

 span { border-color: rgb(20,57,84); }

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