#143F6A

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

Shades of Regal Blue #143F6A

Tints of Regal Blue #143F6A

Color information

#143F6A (or 0x143F6A) is unknown color: approx Regal Blue. HEX triplet: 14, 3F and 6A. RGB value is (20,63,106). Sum of RGB (Red+Green+Blue) = 20+63+106=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 106 (41.80% from 255 or 56.08% from 189); Max value from RGB is 106 - color contains mainly: blue. Hex color #143F6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F6A is #EBC095. Grayscale: #363636. Windows color (decimal): -15450262 or 6962964. OLE color: 6962964.

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

Color convert

RGB2063106-
CMYK0.810.4100.58
HSL210º68.25%24.71%-
HSV(B)210º81.13%41.57%-
XYZ4.674.7414.31-
YUV55.04156.75103-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.58%
GREEN value IS 63 (25% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 56.08%
R=10.58%
G=33.33%
B=56.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20631060.810.4100.5821068.2524.71
Hex143F6A512903Ad24419
Octal24771521215107232210431
Binary1010011111111010101010001101001011101011010010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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