#143357

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

Shades of Regal Blue #143357

Tints of Regal Blue #143357

Color information

#143357 (or 0x143357) is unknown color: approx Regal Blue. HEX triplet: 14, 33 and 57. RGB value is (20,51,87). Sum of RGB (Red+Green+Blue) = 20+51+87=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #143357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143357 is #EBCCA8. Grayscale: #2D2D2D. Windows color (decimal): -15453353 or 5714708. OLE color: 5714708.

HSL color Cylindrical-coordinate representation of color #143357: hue angle of 212.24º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143357 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB205187-
CMYK0.770.4100.66
HSL212.24º62.62%20.98%-
HSV(B)212.24º77.01%34.12%-
XYZ3.193.29.47-
YUV45.83151.23109.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 87 (34.38% from 255) = 55.06%
R=12.66%
G=32.28%
B=55.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2051870.770.4100.66212.2462.6220.98
Hex1433574D29042d43f15
Octal24631271155101023247725
Binary1010011001110101111001101101001010000101101010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143357; }

 p { color: rgb(20,51,87); }

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

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

 a { background-color: rgb(20,51,87); }

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

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

 span { border-color: rgb(20,51,87); }

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