#143963

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

Shades of Regal Blue #143963

Tints of Regal Blue #143963

Color information

#143963 (or 0x143963) is unknown color: approx Regal Blue. HEX triplet: 14, 39 and 63. RGB value is (20,57,99). Sum of RGB (Red+Green+Blue) = 20+57+99=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #143963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143963 is #EBC69C. Grayscale: #323232. Windows color (decimal): -15451805 or 6502676. OLE color: 6502676.

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

Color convert

RGB205799-
CMYK0.800.4200.61
HSL211.9º66.39%23.33%-
HSV(B)211.9º79.8%38.82%-
XYZ43.9812.36-
YUV50.72155.24106.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 57 (22.66% from 255) = 32.39%
BLUE value IS 99 (39.06% from 255) = 56.25%
R=11.36%
G=32.39%
B=56.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2057990.800.4200.61211.966.3923.33
Hex143963502A03Dd44217
Octal24711431205207532410227
Binary1010011100111000111010000101010011110111010100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143963; }

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

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

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

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

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

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

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

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