#143761

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

Shades of Regal Blue #143761

Tints of Regal Blue #143761

Color information

#143761 (or 0x143761) is unknown color: approx Regal Blue. HEX triplet: 14, 37 and 61. RGB value is (20,55,97). Sum of RGB (Red+Green+Blue) = 20+55+97=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #143761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143761 is #EBC89E. Grayscale: #313131. Windows color (decimal): -15452319 or 6371092. OLE color: 6371092.

HSL color Cylindrical-coordinate representation of color #143761: hue angle of 212.73º 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 #143761 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB205597-
CMYK0.790.4300.62
HSL212.73º65.81%22.94%-
HSV(B)212.73º79.38%38.04%-
XYZ3.813.7411.83-
YUV49.32154.9107.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 55 (21.88% from 255) = 31.98%
BLUE value IS 97 (38.28% from 255) = 56.40%
R=11.63%
G=31.98%
B=56.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2055970.790.4300.62212.7365.8122.94
Hex1437614F2B03Ed54217
Octal24671411175307632510227
Binary1010011011111000011001111101011011111011010101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143761; }

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

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

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

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

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

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

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

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