#143E5B

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

Shades of Regal Blue #143E5B

Tints of Regal Blue #143E5B

Color information

#143E5B (or 0x143E5B) is unknown color: approx Regal Blue. HEX triplet: 14, 3E and 5B. RGB value is (20,62,91). Sum of RGB (Red+Green+Blue) = 20+62+91=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #143E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E5B is #EBC1A4. Grayscale: #343434. Windows color (decimal): -15450533 or 5979668. OLE color: 5979668.

HSL color Cylindrical-coordinate representation of color #143E5B: hue angle of 204.51º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #143E5B is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB206291-
CMYK0.780.3200.64
HSL204.51º63.96%21.76%-
HSV(B)204.51º78.02%35.69%-
XYZ3.94.3510.53-
YUV52.75149.59104.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 62 (24.61% from 255) = 35.84%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=11.56%
G=35.84%
B=52.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2062910.780.3200.64204.5163.9621.76
Hex143E5B4E20040cd4016
Octal247613311640010031510026
Binary10100111110101101110011101000000100000011001101100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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