#143957

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

Shades of Regal Blue #143957

Tints of Regal Blue #143957

Color information

#143957 (or 0x143957) is unknown color: approx Regal Blue. HEX triplet: 14, 39 and 57. RGB value is (20,57,87). Sum of RGB (Red+Green+Blue) = 20+57+87=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #143957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143957 is #EBC6A8. Grayscale: #313131. Windows color (decimal): -15451817 or 5716244. OLE color: 5716244.

HSL color Cylindrical-coordinate representation of color #143957: hue angle of 206.87º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143957 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB205787-
CMYK0.770.3400.66
HSL206.87º62.62%20.98%-
HSV(B)206.87º77.01%34.12%-
XYZ3.473.769.56-
YUV49.36149.24107.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 57 (22.66% from 255) = 34.76%
BLUE value IS 87 (34.38% from 255) = 53.05%
R=12.20%
G=34.76%
B=53.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2057870.770.3400.66206.8762.6220.98
Hex1439574D22042cf3f15
Octal24711271154201023177725
Binary1010011100110101111001101100010010000101100111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143957; }

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

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

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

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

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

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

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

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