#143861

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

Shades of Regal Blue #143861

Tints of Regal Blue #143861

Color information

#143861 (or 0x143861) is unknown color: approx Regal Blue. HEX triplet: 14, 38 and 61. RGB value is (20,56,97). Sum of RGB (Red+Green+Blue) = 20+56+97=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #143861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143861 is #EBC79E. Grayscale: #313131. Windows color (decimal): -15452063 or 6371348. OLE color: 6371348.

HSL color Cylindrical-coordinate representation of color #143861: hue angle of 211.95º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #143861 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB205697-
CMYK0.790.4200.62
HSL211.95º65.81%22.94%-
HSV(B)211.95º79.38%38.04%-
XYZ3.863.8411.85-
YUV49.91154.57106.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 97 (38.28% from 255) = 56.07%
R=11.56%
G=32.37%
B=56.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2056970.790.4200.62211.9565.8122.94
Hex1438614F2A03Ed44217
Octal24701411175207632410227
Binary1010011100011000011001111101010011111011010100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143861; }

 p { color: rgb(20,56,97); }

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

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

 a { background-color: rgb(20,56,97); }

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

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

 span { border-color: rgb(20,56,97); }

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