#143F69

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

Shades of Regal Blue #143F69

Tints of Regal Blue #143F69

Color information

#143F69 (or 0x143F69) is unknown color: approx Regal Blue. HEX triplet: 14, 3F and 69. RGB value is (20,63,105). Sum of RGB (Red+Green+Blue) = 20+63+105=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #143F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F69 is #EBC096. Grayscale: #363636. Windows color (decimal): -15450263 or 6897428. OLE color: 6897428.

HSL color Cylindrical-coordinate representation of color #143F69: hue angle of 209.65º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143F69 is Cyan = 0.81, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2063105-
CMYK0.810.400.59
HSL209.65º68%24.51%-
HSV(B)209.65º80.95%41.18%-
XYZ4.624.7214.03-
YUV54.93156.25103.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.64%
GREEN value IS 63 (25% from 255) = 33.51%
BLUE value IS 105 (41.41% from 255) = 55.85%
R=10.64%
G=33.51%
B=55.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20631050.810.400.59209.656824.51
Hex143F69512803Bd24419
Octal24771511215007332210431
Binary1010011111111010011010001101000011101111010010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143F69; }

 p { color: rgb(20,63,105); }

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

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

 a { background-color: rgb(20,63,105); }

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

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

 span { border-color: rgb(20,63,105); }

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