#143E5F

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

Shades of Regal Blue #143E5F

Tints of Regal Blue #143E5F

Color information

#143E5F (or 0x143E5F) is unknown color: approx Regal Blue. HEX triplet: 14, 3E and 5F. RGB value is (20,62,95). Sum of RGB (Red+Green+Blue) = 20+62+95=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #143E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E5F is #EBC1A0. Grayscale: #353535. Windows color (decimal): -15450529 or 6241812. OLE color: 6241812.

HSL color Cylindrical-coordinate representation of color #143E5F: hue angle of 206.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #143E5F is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB206295-
CMYK0.790.3500.63
HSL206.4º65.22%22.55%-
HSV(B)206.4º78.95%37.25%-
XYZ4.084.4211.46-
YUV53.2151.59104.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 62 (24.61% from 255) = 35.03%
BLUE value IS 95 (37.5% from 255) = 53.67%
R=11.30%
G=35.03%
B=53.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2062950.790.3500.63206.465.2222.55
Hex143E5F4F2303Fce4117
Octal24761371174307731610127
Binary1010011111010111111001111100011011111111001110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,62,95); }

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

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

 a { background-color: rgb(20,62,95); }

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

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

 span { border-color: rgb(20,62,95); }

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