#143D67

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

Shades of Regal Blue #143D67

Tints of Regal Blue #143D67

Color information

#143D67 (or 0x143D67) is unknown color: approx Regal Blue. HEX triplet: 14, 3D and 67. RGB value is (20,61,103). Sum of RGB (Red+Green+Blue) = 20+61+103=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 103 (40.62% from 255 or 55.98% from 184); Max value from RGB is 103 - color contains mainly: blue. Hex color #143D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D67 is #EBC298. Grayscale: #353535. Windows color (decimal): -15450777 or 6765844. OLE color: 6765844.

HSL color Cylindrical-coordinate representation of color #143D67: hue angle of 210.36º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143D67 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2061103-
CMYK0.810.4100.60
HSL210.36º67.48%24.12%-
HSV(B)210.36º80.58%40.39%-
XYZ4.414.4713.46-
YUV53.53155.92104.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.87%
GREEN value IS 61 (24.22% from 255) = 33.15%
BLUE value IS 103 (40.62% from 255) = 55.98%
R=10.87%
G=33.15%
B=55.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20611030.810.4100.60210.3667.4824.12
Hex143D67512903Cd24318
Octal24751471215107432210330
Binary1010011110111001111010001101001011110011010010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,61,103); }

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

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

 a { background-color: rgb(20,61,103); }

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

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

 span { border-color: rgb(20,61,103); }

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