#143E63

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

Shades of Regal Blue #143E63

Tints of Regal Blue #143E63

Color information

#143E63 (or 0x143E63) is unknown color: approx Regal Blue. HEX triplet: 14, 3E and 63. RGB value is (20,62,99). Sum of RGB (Red+Green+Blue) = 20+62+99=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #143E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E63 is #EBC19C. Grayscale: #353535. Windows color (decimal): -15450525 or 6503956. OLE color: 6503956.

HSL color Cylindrical-coordinate representation of color #143E63: hue angle of 208.1º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143E63 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB206299-
CMYK0.800.3700.61
HSL208.1º66.39%23.33%-
HSV(B)208.1º79.8%38.82%-
XYZ4.264.4912.45-
YUV53.66153.59103.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 62 (24.61% from 255) = 34.25%
BLUE value IS 99 (39.06% from 255) = 54.70%
R=11.05%
G=34.25%
B=54.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2062990.800.3700.61208.166.3923.33
Hex143E63502503Dd04217
Octal24761431204507532010227
Binary1010011111011000111010000100101011110111010000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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