#143B63

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

Shades of Regal Blue #143B63

Tints of Regal Blue #143B63

Color information

#143B63 (or 0x143B63) is unknown color: approx Regal Blue. HEX triplet: 14, 3B and 63. RGB value is (20,59,99). Sum of RGB (Red+Green+Blue) = 20+59+99=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #143B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B63 is #EBC49C. Grayscale: #333333. Windows color (decimal): -15451293 or 6503188. OLE color: 6503188.

HSL color Cylindrical-coordinate representation of color #143B63: hue angle of 210.38º 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 #143B63 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB205999-
CMYK0.800.4000.61
HSL210.38º66.39%23.33%-
HSV(B)210.38º79.8%38.82%-
XYZ4.14.1812.39-
YUV51.9154.58105.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 59 (23.44% from 255) = 33.15%
BLUE value IS 99 (39.06% from 255) = 55.62%
R=11.24%
G=33.15%
B=55.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2059990.800.4000.61210.3866.3923.33
Hex143B63502803Dd24217
Octal24731431205007532210227
Binary1010011101111000111010000101000011110111010010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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