#143C5B

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

Shades of Regal Blue #143C5B

Tints of Regal Blue #143C5B

Color information

#143C5B (or 0x143C5B) is unknown color: approx Regal Blue. HEX triplet: 14, 3C and 5B. RGB value is (20,60,91). Sum of RGB (Red+Green+Blue) = 20+60+91=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #143C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C5B is #EBC3A4. Grayscale: #333333. Windows color (decimal): -15451045 or 5979156. OLE color: 5979156.

HSL color Cylindrical-coordinate representation of color #143C5B: hue angle of 206.2º 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 #143C5B is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB206091-
CMYK0.780.3400.64
HSL206.2º63.96%21.76%-
HSV(B)206.2º78.02%35.69%-
XYZ3.794.1410.5-
YUV51.57150.25105.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 60 (23.83% from 255) = 35.09%
BLUE value IS 91 (35.94% from 255) = 53.22%
R=11.70%
G=35.09%
B=53.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2060910.780.3400.64206.263.9621.76
Hex143C5B4E22040ce4016
Octal247413311642010031610026
Binary10100111100101101110011101000100100000011001110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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