#143F67

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

Shades of Regal Blue #143F67

Tints of Regal Blue #143F67

Color information

#143F67 (or 0x143F67) is unknown color: approx Regal Blue. HEX triplet: 14, 3F and 67. RGB value is (20,63,103). Sum of RGB (Red+Green+Blue) = 20+63+103=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #143F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F67 is #EBC098. Grayscale: #363636. Windows color (decimal): -15450265 or 6766356. OLE color: 6766356.

HSL color Cylindrical-coordinate representation of color #143F67: hue angle of 208.92º 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 #143F67 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2063103-
CMYK0.810.3900.60
HSL208.92º67.48%24.12%-
HSV(B)208.92º80.58%40.39%-
XYZ4.514.6813.5-
YUV54.7155.25103.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.75%
GREEN value IS 63 (25% from 255) = 33.87%
BLUE value IS 103 (40.62% from 255) = 55.38%
R=10.75%
G=33.87%
B=55.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20631030.810.3900.60208.9267.4824.12
Hex143F67512703Cd14318
Octal24771471214707432110330
Binary1010011111111001111010001100111011110011010001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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