#143B61

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

Shades of Regal Blue #143B61

Tints of Regal Blue #143B61

Color information

#143B61 (or 0x143B61) is unknown color: approx Regal Blue. HEX triplet: 14, 3B and 61. RGB value is (20,59,97). Sum of RGB (Red+Green+Blue) = 20+59+97=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #143B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B61 is #EBC49E. Grayscale: #333333. Windows color (decimal): -15451295 or 6372116. OLE color: 6372116.

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

Color convert

RGB205997-
CMYK0.790.3900.62
HSL209.61º65.81%22.94%-
HSV(B)209.61º79.38%38.04%-
XYZ4.014.1411.9-
YUV51.67153.58105.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 59 (23.44% from 255) = 33.52%
BLUE value IS 97 (38.28% from 255) = 55.11%
R=11.36%
G=33.52%
B=55.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2059970.790.3900.62209.6165.8122.94
Hex143B614F2703Ed24217
Octal24731411174707632210227
Binary1010011101111000011001111100111011111011010010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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